Searched refs:AUTOFILL_MANAGER_SERVICE (Results 1 – 5 of 5) sorted by relevance
20 import static android.content.Context.AUTOFILL_MANAGER_SERVICE;356 publishBinderService(AUTOFILL_MANAGER_SERVICE, new AutoFillManagerServiceStub()); in onStart()
1108 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService() argument1113 IBinder b = ServiceManager.getService(Context.AUTOFILL_MANAGER_SERVICE); in registerService()
4415 public static final String AUTOFILL_MANAGER_SERVICE = "autofill"; field in Context
645 case AUTOFILL_MANAGER_SERVICE: in getSystemService()
166 @SystemService(Context.AUTOFILL_MANAGER_SERVICE)