Home
last modified time | relevance | path

Searched refs:ACCOUNT_SERVICE (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java124 if (Context.ACCOUNT_SERVICE.equals(name)) { in getSystemService()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportProgressServiceTest.java72 case Context.ACCOUNT_SERVICE: in getSystemService()
85 return Context.ACCOUNT_SERVICE; in getSystemServiceName()
/frameworks/base/core/java/android/accounts/
DAccount.java108 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in Account()
DAccountManager.java161 @SystemService(Context.ACCOUNT_SERVICE)
457 return (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); in get()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDpmMockContext.java216 case Context.ACCOUNT_SERVICE: in getSystemService()
/frameworks/base/core/java/android/content/
DContext.java3157 ACCOUNT_SERVICE,
3520 public static final String ACCOUNT_SERVICE = "account"; field in Context
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java584 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java236 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService() argument
240 IBinder b = ServiceManager.getServiceOrThrow(Context.ACCOUNT_SERVICE); in registerService()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java641 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommand.java2288 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in runCreateUser()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java662 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE); in SyncManager()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java159 publishBinderService(Context.ACCOUNT_SERVICE, mService); in onStart()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java2933 addServiceToMap(mAppBindArgs, Context.ACCOUNT_SERVICE); in getCommonServicesLocked()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7221 field public static final java.lang.String ACCOUNT_SERVICE = "account";
/frameworks/base/api/
Dcurrent.txt9795 field public static final String ACCOUNT_SERVICE = "account";