Home
last modified time | relevance | path

Searched refs:AUTOFILL_MANAGER_SERVICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java20 import static android.content.Context.AUTOFILL_MANAGER_SERVICE;
254 publishBinderService(AUTOFILL_MANAGER_SERVICE, new AutoFillManagerServiceStub()); in onStart()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java849 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService() argument
854 IBinder b = ServiceManager.getService(Context.AUTOFILL_MANAGER_SERVICE); in registerService()
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java59 @SystemService(Context.AUTOFILL_MANAGER_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java3586 public static final String AUTOFILL_MANAGER_SERVICE = "autofill"; field in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java643 if (AUTOFILL_MANAGER_SERVICE.equals(service)) { in getSystemService()