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.java4486 final AutofillManager afm = mAfm.get(); in setState() local
4495 final AutofillManager afm = mAfm.get(); in autofill() local
4504 final AutofillManager afm = mAfm.get(); in onGetCredentialResponse() local
4513 final AutofillManager afm = mAfm.get(); in onGetCredentialException() local
4521 final AutofillManager afm = mAfm.get(); in autofillContent() local
4530 final AutofillManager afm = mAfm.get(); in authenticate() local
4540 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local
4549 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local
4557 final AutofillManager afm = mAfm.get(); in requestHideFillUiWhenDestroyed() local
4565 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local
[all …]
DAutofillClientController.java280 final AutofillManager afm = mActivity.getSystemService(AutofillManager.class); in enableAutofillCompatibilityIfNeeded() local
295 final AutofillManager afm = getAutofillManager(); in dump() local
/frameworks/base/core/java/android/service/autofill/
DAutofillService.java806 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/frameworks/base/core/java/android/widget/
DRadioGroup.java205 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
DCompoundButton.java227 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
/frameworks/base/core/java/android/service/autofill/augmented/
DAugmentedAutofillService.java380 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/frameworks/base/core/java/android/view/
DViewGroup.java3676 private boolean shouldIncludeAllChildrenViewWithAutofillTypeNotNone(AutofillManager afm) { in shouldIncludeAllChildrenViewWithAutofillTypeNotNone()
3681 private boolean shouldIncludeAllChildrenViews(AutofillManager afm) { in shouldIncludeAllChildrenViews()
3686 private boolean shouldAlwaysIncludeWebview(AutofillManager afm) { in shouldAlwaysIncludeWebview()
3691 private boolean shouldIncludeInvisibleView(AutofillManager afm) { in shouldIncludeInvisibleView()
3705 final AutofillManager afm = getAutofillManager(); in populateChildrenForAutofill() local
DViewRootImpl.java7634 AutofillManager afm = getAutofillManager(); in processPointerEvent() local
9173 AutofillManager afm = getAutofillManager(); in isAutofillUiShowing() local
DView.java16955 AutofillManager afm = getAutofillManager(); in notifyAutofillManagerViewVisibilityChanged() local
31577 private VisibilityChangeForAutofillHandler(@NonNull AutofillManager afm, in VisibilityChangeForAutofillHandler()
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java736 AutofillManager afm = servedView.getContext().getSystemService(AutofillManager.class); in isAutofillUIShowing() local