Home
last modified time | relevance | path

Searched refs:mAutofillManager (Results 1 – 7 of 7) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
DStandardAutoCompleteSignInActivity.java43 private AutofillManager mAutofillManager; field in StandardAutoCompleteSignInActivity
72 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
82 mAutofillManager.registerCallback(mAutofillCallback); in onResume()
88 mAutofillManager.unregisterCallback(mAutofillCallback); in onPause()
DVirtualSignInActivity.java36 private AutofillManager mAutofillManager; field in VirtualSignInActivity
67 mAutofillManager.cancel(); in onCreate()
70 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DVirtualCompatModeSignInActivity.java53 private AutofillManager mAutofillManager; field in VirtualCompatModeSignInActivity
84 mAutofillManager.cancel(); in onCreate()
87 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
DMultiplePartitionsActivity.java49 private AutofillManager mAutofillManager; field in MultiplePartitionsActivity
98 mAutofillManager = getSystemService(AutofillManager.class); in onCreate()
104 mAutofillManager.cancel(); in onCreate()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DCustomVirtualView.java45 protected final AutofillManager mAutofillManager; field in CustomVirtualView
63 mAutofillManager = context.getSystemService(AutofillManager.class); in CustomVirtualView()
177 mAutofillManager.notifyViewEntered(this, virtualId, bounds); in notifyFocusGained()
182 mAutofillManager.notifyViewExited(this, virtualId); in notifyFocusLost()
DScrollableCustomVirtualView.java74 mAutofillManager.notifyViewExited(this, mFocusedLine.mFieldTextItem.id); in onScroll()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DSettingsActivity.java68 private AutofillManager mAutofillManager; field in SettingsActivity
88 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()) {