Searched refs:mAutofillManager (Results 1 – 7 of 7) sorted by relevance
43 private AutofillManager mAutofillManager; field in StandardAutoCompleteSignInActivity72 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()82 mAutofillManager.registerCallback(mAutofillCallback); in onResume()88 mAutofillManager.unregisterCallback(mAutofillCallback); in onPause()
36 private AutofillManager mAutofillManager; field in VirtualSignInActivity67 mAutofillManager.cancel(); in onCreate()70 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
53 private AutofillManager mAutofillManager; field in VirtualCompatModeSignInActivity84 mAutofillManager.cancel(); in onCreate()87 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
49 private AutofillManager mAutofillManager; field in MultiplePartitionsActivity98 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()104 mAutofillManager.cancel(); in onCreate()
45 protected final AutofillManager mAutofillManager; field in CustomVirtualView63 mAutofillManager = context.getSystemService(AutofillManager.class); in CustomVirtualView()177 mAutofillManager.notifyViewEntered(this, virtualId, bounds); in notifyFocusGained()182 mAutofillManager.notifyViewExited(this, virtualId); in notifyFocusLost()
74 mAutofillManager.notifyViewExited(this, mFocusedLine.mFieldTextItem.id); in onScroll()
68 private AutofillManager mAutofillManager; field in SettingsActivity88 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()123 mAutofillManager.hasEnabledAutofillServices(), in onCreate()325 if (mAutofillManager != null && mAutofillManager.hasEnabledAutofillServices()) {326 mAutofillManager.disableAutofillServices();335 if (mAutofillManager != null && !mAutofillManager.hasEnabledAutofillServices()) {