Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java2493 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled() local
2505 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName() local
2521 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete() local
DHelper.java1398 public static void assertAutofillEnabled(@NonNull AutofillManager afm, boolean expected) in assertAutofillEnabled()
/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCtsAugmentedAutofillService.java137 final AutofillManager afm = getApplication().getSystemService(AutofillManager.class); in onConnected() local