Searched refs:AUTOFILL_MANAGER_SERVICE (Results 1 – 5 of 5) sorted by relevance
20 import static android.content.Context.AUTOFILL_MANAGER_SERVICE;254 publishBinderService(AUTOFILL_MANAGER_SERVICE, new AutoFillManagerServiceStub()); in onStart()
849 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService() argument854 IBinder b = ServiceManager.getService(Context.AUTOFILL_MANAGER_SERVICE); in registerService()
59 @SystemService(Context.AUTOFILL_MANAGER_SERVICE)
3586 public static final String AUTOFILL_MANAGER_SERVICE = "autofill"; field in Context
643 if (AUTOFILL_MANAGER_SERVICE.equals(service)) { in getSystemService()