Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java3144 final AutofillManager afm = mAfm.get(); in setState() local
3152 final AutofillManager afm = mAfm.get(); in autofill() local
3161 final AutofillManager afm = mAfm.get(); in authenticate() local
3170 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local
3179 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local
3187 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local
3195 final AutofillManager afm = mAfm.get(); in dispatchUnhandledKey() local
3203 final AutofillManager afm = mAfm.get(); in startIntentSender() local
3219 final AutofillManager afm = mAfm.get(); in setTrackedViews() local
3228 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.java10585 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in notifyListeningManagersAfterTextChanged() local
11619 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in canRequestAutofill() local
11627 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.java7035 final AutofillManager afm = getAutofillManager(); in dumpAutofillManager() local
7788 final AutofillManager afm = getSystemService(AutofillManager.class); in enableAutofillCompatibilityIfNeeded() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java5386 AutofillManager afm = getAutofillManager(); in processPointerEvent() local
7053 AutofillManager afm = getAutofillManager(); in isAutofillUiShowing() local
DView.java14407 AutofillManager afm = getAutofillManager(); in onVisibilityAggregated() local
28230 private VisibilityChangeForAutofillHandler(@NonNull AutofillManager afm, in VisibilityChangeForAutofillHandler()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java5052 final AutofillManagerInternal afm = LocalServices.getService( in attachApplicationLocked() local