Home
last modified time | relevance | path

Searched defs:afm (Results 1 – 6 of 6) sorted by relevance

/cts/tests/autofillservice/TestAutofillService/src/android/autofill/cts2/
DQueryAutofillStatusActivity.java56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
/cts/tests/autofillservice/TestAutofillServiceWithoutIntentFilter/src/android/autofill/cts2/
DQueryAutofillStatusActivity.java56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DMultipleStepsSignInActivity.java136 AutofillManager afm = getSystemService(AutofillManager.class); in finishSelf() local
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DLoginActivityTest.java980 final AutofillManager afm = mActivity.getAutofillManager(); in testUiNotShowAfterSessionEnds() local
2755 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled() local
2768 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName() local
2785 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DCtsAugmentedAutofillService.java135 final AutofillManager afm = getApplication().getSystemService(AutofillManager.class); in onConnected() local
DHelper.java1598 public static void assertAutofillEnabled(@NonNull AutofillManager afm, boolean expected) in assertAutofillEnabled()