Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3134 final AutofillManager afm = mAfm.get(); in setState() local
3142 final AutofillManager afm = mAfm.get(); in autofill() local
3151 final AutofillManager afm = mAfm.get(); in authenticate() local
3160 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local
3169 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local
3177 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local
3185 final AutofillManager afm = mAfm.get(); in dispatchUnhandledKey() local
3193 final AutofillManager afm = mAfm.get(); in startIntentSender() local
3209 final AutofillManager afm = mAfm.get(); in setTrackedViews() local
3218 final AutofillManager afm = mAfm.get(); in setSaveUiState() local
[all …]
/frameworks/base/core/java/android/service/autofill/
DAutofillService.java704 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/frameworks/base/core/java/android/widget/
DRadioGroup.java199 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
DCompoundButton.java185 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked() local
DTimePicker.java156 final AutofillManager afm = context.getSystemService(AutofillManager.class); in TimePicker() local
DAdapterView.java939 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged() local
DDatePicker.java194 final AutofillManager afm = context.getSystemService(AutofillManager.class); in DatePicker() local
DTextView.java10569 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in notifyListeningManagersAfterTextChanged() local
11574 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in canRequestAutofill() local
11582 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in requestAutofill() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java491 AutofillManager afm = servedView.getContext().getSystemService(AutofillManager.class); in isAutofillUIShowing() local
/frameworks/base/core/java/android/app/
DActivity.java7013 final AutofillManager afm = getAutofillManager(); in dumpAutofillManager() local
7766 final AutofillManager afm = getSystemService(AutofillManager.class); in enableAutofillCompatibilityIfNeeded() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java5216 AutofillManager afm = getAutofillManager(); in processPointerEvent() local
6883 AutofillManager afm = getAutofillManager(); in isAutofillUiShowing() local
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5020 final AutofillManagerInternal afm = LocalServices.getService( in attachApplicationLocked() local