Home
last modified time | relevance | path

Searched defs:AUTOFILL_MANAGER_SERVICE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1127 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService()
/frameworks/base/core/java/android/content/
DContext.java4086 public static final String AUTOFILL_MANAGER_SERVICE = "autofill"; field in Context