Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java4178 final AutofillManager afm = mAfm.get(); in setState() local
4187 final AutofillManager afm = mAfm.get(); in autofill() local
4195 final AutofillManager afm = mAfm.get(); in autofillContent() local
4204 final AutofillManager afm = mAfm.get(); in authenticate() local
4214 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local
4223 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local
4231 final AutofillManager afm = mAfm.get(); in requestHideFillUiWhenDestroyed() local
4239 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local
4247 final AutofillManager afm = mAfm.get(); in notifyFillUiShown() local
4257 final AutofillManager afm = mAfm.get(); in notifyFillUiHidden() local
[all …]
H A DAutofillClientController.java280 final AutofillManager afm = mActivity.getSystemService(AutofillManager.class); in enableAutofillCompatibilityIfNeeded() local
295 final AutofillManager afm = getAutofillManager(); in dump() local
/aosp14/frameworks/base/core/java/android/service/autofill/
H A DAutofillService.java751 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/aosp14/frameworks/base/core/java/android/widget/
H A DRadioGroup.java205 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
H A DCompoundButton.java227 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked() local
H A DAdapterView.java939 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged() local
H A DTextView.java12394 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in notifyListeningManagersAfterTextChanged() local
12835 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in showAutofillDialog() local
13606 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in canRequestAutofill() local
13614 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in requestAutofill() local
/aosp14/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java380 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java3718 private boolean shouldIncludeAllChildrenViewWithAutofillTypeNotNone(AutofillManager afm) { in shouldIncludeAllChildrenViewWithAutofillTypeNotNone()
3723 private boolean shouldIncludeAllChildrenViews(AutofillManager afm){ in shouldIncludeAllChildrenViews()
3737 final AutofillManager afm = getAutofillManager(); in populateChildrenForAutofill() local
H A DView.java10372 final AutofillManager afm = getAutofillManager(); in isActivityDeniedForAutofillForUnimportantView() local
10384 final AutofillManager afm = getAutofillManager(); in isMatchingAutofillableHeuristics() local
10418 private boolean notifyAugmentedAutofillIfNeeded(AutofillManager afm) { in notifyAugmentedAutofillIfNeeded()
16129 AutofillManager afm = getAutofillManager(); in onVisibilityAggregated() local
30515 private VisibilityChangeForAutofillHandler(@NonNull AutofillManager afm, in VisibilityChangeForAutofillHandler()
H A DViewRootImpl.java6947 AutofillManager afm = getAutofillManager(); in processPointerEvent() local
8396 AutofillManager afm = getAutofillManager(); in isAutofillUiShowing() local
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java686 AutofillManager afm = servedView.getContext().getSystemService(AutofillManager.class); in isAutofillUIShowing() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java4753 final AutofillManagerInternal afm = LocalServices.getService( in attachApplicationLocked() local