Searched refs:ACCOUNT_SERVICE (Results 1 – 15 of 15) sorted by relevance
124 if (Context.ACCOUNT_SERVICE.equals(name)) { in getSystemService()
72 case Context.ACCOUNT_SERVICE: in getSystemService()85 return Context.ACCOUNT_SERVICE; in getSystemServiceName()
108 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in Account()
161 @SystemService(Context.ACCOUNT_SERVICE)457 return (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); in get()
216 case Context.ACCOUNT_SERVICE: in getSystemService()
3157 ACCOUNT_SERVICE,3520 public static final String ACCOUNT_SERVICE = "account"; field in Context
584 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
236 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService() argument240 IBinder b = ServiceManager.getServiceOrThrow(Context.ACCOUNT_SERVICE); in registerService()
641 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
2288 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in runCreateUser()
662 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE); in SyncManager()
159 publishBinderService(Context.ACCOUNT_SERVICE, mService); in onStart()
2933 addServiceToMap(mAppBindArgs, Context.ACCOUNT_SERVICE); in getCommonServicesLocked()
7221 field public static final java.lang.String ACCOUNT_SERVICE = "account";
9795 field public static final String ACCOUNT_SERVICE = "account";