Searched refs:ACCOUNT_SERVICE (Results 1 – 10 of 10) sorted by relevance
116 if (Context.ACCOUNT_SERVICE.equals(name)) { in getSystemService()
147 Context.ACCOUNT_SERVICE); in findSendToAccount()
2088 ACCOUNT_SERVICE,2296 public static final String ACCOUNT_SERVICE = "account"; field in Context
248 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
442 ServiceManager.addService(Context.ACCOUNT_SERVICE, accountManager); in startOtherServices()
298 return (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); in get()
363 registerService(ACCOUNT_SERVICE, new ServiceFetcher() { in registerService() argument365 IBinder b = ServiceManager.getService(ACCOUNT_SERVICE); in registerService()
414 ACCOUNT_SERVICE);
293 NO DOC BLOCK: android.content.Context Field ACCOUNT_SERVICE
7189 field public static final java.lang.String ACCOUNT_SERVICE = "account";