Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1534 final AutofillManager afm = mAfm.get(); in setState() local
1542 final AutofillManager afm = mAfm.get(); in autofill() local
1551 final AutofillManager afm = mAfm.get(); in authenticate() local
1560 final AutofillManager afm = mAfm.get(); in requestShowFillUi() local
1569 final AutofillManager afm = mAfm.get(); in requestHideFillUi() local
1577 final AutofillManager afm = mAfm.get(); in notifyNoFillUi() local
1585 final AutofillManager afm = mAfm.get(); in startIntentSender() local
1600 final AutofillManager afm = mAfm.get(); in setTrackedViews() local
/frameworks/base/core/java/android/service/autofill/
DAutofillService.java429 final AutofillManager afm = getSystemService(AutofillManager.class); in getFillEventHistory() local
/frameworks/base/core/java/android/widget/
DRadioGroup.java190 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setCheckedId() local
DCompoundButton.java176 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in setChecked() local
DTimePicker.java148 final AutofillManager afm = context.getSystemService(AutofillManager.class); in TimePicker() local
DDatePicker.java186 final AutofillManager afm = context.getSystemService(AutofillManager.class); in DatePicker() local
DAdapterView.java926 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in selectionChanged() local
DTextView.java9391 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in notifyAutoFillManagerAfterTextChangedIfNeeded() local
10300 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in canRequestAutofill() local
10308 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); in requestAutofill() local
/frameworks/base/core/java/android/app/
DActivity.java1247 AutofillManager afm = getAutofillManager(); in onStart() local