HomeSort by relevance Sort by last modified time
    Searched defs:afm (Results 1 - 15 of 15) sorted by null

  /packages/apps/Settings/src/com/android/settings/applications/autofill/
AutofillPickerTrampolineActivity.java 48 final AutofillManager afm = getSystemService(AutofillManager.class); local
49 if (afm == null || !afm.hasAutofillFeature() || !afm.isAutofillSupported()) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
AutofillPickerTrampolineActivity.java 49 final AutofillManager afm = getSystemService(AutofillManager.class); local
50 if (afm == null || !afm.hasAutofillFeature() || !afm.isAutofillSupported()) {
  /frameworks/base/core/java/android/service/autofill/
AutofillService.java 703 final AutofillManager afm = getSystemService(AutofillManager.class); local
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 1 """Module for reading and writing AFM files."""
3 # XXX reads AFM's generated by Fog, not tested with much else.
5 # File Format Specification). Still, it should read most "common" AFM files.
83 class AFM(object):
116 raise error("syntax error in AFM file: " + repr(line))
135 raise error("syntax error in AFM file: " + repr(rest))
147 raise error("syntax error in AFM file: " + repr(rest))
172 raise error("syntax error in AFM file: " + repr(rest))
180 raise error("syntax error in AFM file: " + repr(rest))
288 # all attrs *not* starting with "_" are consider to be AFM keyword
362 afm = AFM(path) variable
    [all...]
  /frameworks/base/core/java/android/widget/
RadioGroup.java 193 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
194 if (afm != null) {
195 afm.notifyValueChanged(this);
AdapterView.java 926 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
927 if (afm != null) {
928 afm.notifyValueChanged(this);
    [all...]
CompoundButton.java 176 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
177 if (afm != null) {
178 afm.notifyValueChanged(this);
TextView.java 9786 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
10725 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
10733 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 2742 final AutofillManager afm = mAfm.get(); local
2750 final AutofillManager afm = mAfm.get(); local
2759 final AutofillManager afm = mAfm.get(); local
2768 final AutofillManager afm = mAfm.get(); local
2777 final AutofillManager afm = mAfm.get(); local
2785 final AutofillManager afm = mAfm.get(); local
2793 final AutofillManager afm = mAfm.get(); local
2801 final AutofillManager afm = mAfm.get(); local
2817 final AutofillManager afm = mAfm.get(); local
2826 final AutofillManager afm = mAfm.get(); local
2834 final AutofillManager afm = mAfm.get(); local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java 2302 final AutofillManager afm = mActivity.getAutofillManager(); local
2314 final AutofillManager afm = mActivity.getAutofillManager(); local
2330 final AutofillManager afm = mActivity.getAutofillManager(); local
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 411 AutofillManager afm = servedView.getContext().getSystemService(AutofillManager.class); local
412 return afm != null && afm.isAutofillUiShowing();
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 6368 final AutofillManager afm = getAutofillManager(); local
7108 final AutofillManager afm = getSystemService(AutofillManager.class); local
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 4841 AutofillManager afm = getAutofillManager(); local
6500 AutofillManager afm = getAutofillManager(); local
    [all...]
View.java 12936 AutofillManager afm = getAutofillManager(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 7801 final AutofillManagerInternal afm = LocalServices.getService( local
    [all...]

Completed in 1071 milliseconds