Searched defs:afm (Results 1 – 6 of 6) sorted by relevance
56 final AutofillManager afm = getSystemService(AutofillManager.class); in hasEnabledAutofillServicesAndFinish() local
136 AutofillManager afm = getSystemService(AutofillManager.class); in finishSelf() local
980 final AutofillManager afm = mActivity.getAutofillManager(); in testUiNotShowAfterSessionEnds() local2755 final AutofillManager afm = mActivity.getAutofillManager(); in testIsServiceEnabled() local2768 final AutofillManager afm = mActivity.getAutofillManager(); in testGetAutofillServiceComponentName() local2785 final AutofillManager afm = mActivity.getAutofillManager(); in testSetupComplete() local
135 final AutofillManager afm = getApplication().getSystemService(AutofillManager.class); in onConnected() local
1598 public static void assertAutofillEnabled(@NonNull AutofillManager afm, boolean expected) in assertAutofillEnabled()