Searched refs:AUTOFILL_MANAGER_SERVICE (Results 1 – 6 of 6) sorted by relevance
20 import static android.content.Context.AUTOFILL_MANAGER_SERVICE;323 publishBinderService(AUTOFILL_MANAGER_SERVICE, new AutoFillManagerServiceStub()); in onStart()
1182 registerService(Context.AUTOFILL_MANAGER_SERVICE, AutofillManager.class, in registerService() argument1187 IBinder b = ServiceManager.getService(Context.AUTOFILL_MANAGER_SERVICE); in registerService()
4257 public static final String AUTOFILL_MANAGER_SERVICE = "autofill"; field in Context
611 case AUTOFILL_MANAGER_SERVICE: in getSystemService()
158 @SystemService(Context.AUTOFILL_MANAGER_SERVICE)
13116 Landroid/content/Context;->AUTOFILL_MANAGER_SERVICE:Ljava/lang/String;