HomeSort by relevance Sort by last modified time
    Searched defs:afm (Results 1 - 10 of 10) 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()) {
  /frameworks/base/core/java/android/service/autofill/
AutofillService.java 632 final AutofillManager afm = getSystemService(AutofillManager.class); local
634 if (afm == null) {
637 return afm.getFillEventHistory();
  /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 190 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
191 if (afm != null) {
192 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 9396 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
10305 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
10313 final AutofillManager afm = mContext.getSystemService(AutofillManager.class); local
    [all...]
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java 1821 final AutofillManager afm = mAfm.get(); local
1829 final AutofillManager afm = mAfm.get(); local
1838 final AutofillManager afm = mAfm.get(); local
1847 final AutofillManager afm = mAfm.get(); local
1856 final AutofillManager afm = mAfm.get(); local
1864 final AutofillManager afm = mAfm.get(); local
1872 final AutofillManager afm = mAfm.get(); local
1887 final AutofillManager afm = mAfm.get(); local
1897 final AutofillManager afm = mAfm.get(); local
1905 final AutofillManager afm = mAfm.get(); local
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java 3345 final AutofillManager afm = mActivity.getAutofillManager(); local
3360 final AutofillManager afm = mActivity.getAutofillManager(); local
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 1248 AutofillManager afm = getAutofillManager(); local
6254 final AutofillManager afm = getAutofillManager(); local
    [all...]

Completed in 378 milliseconds