Improve AugmentedLoginActivityTest execution time.

The testAutoFill_notImportantForAutofill_allowAutofillOnOtherField
spent over 30 secs to execute the test. Check the logic, there are
similar logic. Delete the similar assert logic, re-order the test and
remove the save part in the test.

The average execution time with physical device reduces from 32 secs
to 21 secs.

Bug: 193475323
Test: atest android.autofillservice.cts.augmented.AugmentedLoginActivityTest#\
testAutoFill_notImportantForAutofill_allowAutofillOnOtherField

Change-Id: Ifae22b474bca8a1ce3bd1fc4b1d055052c62f9ea
1 file changed