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

  /packages/apps/Settings/src/com/android/settings/applications/
AutofillManagerWrapperImpl.java 22 private final AutofillManager mAfm;
25 mAfm = afm;
30 if (mAfm == null) {
34 return mAfm.hasAutofillFeature();
39 if (mAfm == null) {
43 return mAfm.isAutofillSupported();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerView.java 61 private final AutofillManager mAfm;
79 mAfm = context.getSystemService(AutofillManager.class);
283 mAfm.notifyViewEntered(VirtualContainerView.this, text.id, absBounds);
286 mAfm.notifyViewExited(VirtualContainerView.this, text.id);
295 mAfm.notifyViewVisibilityChanged(VirtualContainerView.this, text.id, visible);
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java     [all...]

Completed in 5959 milliseconds