Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportProgressServiceTest.java72 case Context.ACCOUNT_SERVICE: in getSystemService()
85 return Context.ACCOUNT_SERVICE; in getSystemServiceName()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java135 if (Context.ACCOUNT_SERVICE.equals(name)) { in getSystemService()
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccount.java109 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in Account()
H A DAccountManager.java169 @SystemService(Context.ACCOUNT_SERVICE)
564 return (AccountManager) context.getSystemService(Context.ACCOUNT_SERVICE); in get()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmMockContext.java234 case Context.ACCOUNT_SERVICE: in getSystemService()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java4065 ACCOUNT_SERVICE,
4500 public static final String ACCOUNT_SERVICE = "account"; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java303 registerService(Context.ACCOUNT_SERVICE, AccountManager.class, in registerService() argument
307 IBinder b = ServiceManager.getServiceOrThrow(Context.ACCOUNT_SERVICE); in registerService()
/aosp14/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java1095 Context.ACCOUNT_SERVICE); in checkAccountSignIn()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommand.java2976 ServiceManager.getService(Context.ACCOUNT_SERVICE)); in runCreateUser()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java714 mAccountManager = (AccountManager) mContext.getSystemService(Context.ACCOUNT_SERVICE); in SyncManager()
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java169 publishBinderService(Context.ACCOUNT_SERVICE, mService); in onStart()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java2868 addServiceToMap(mAppBindArgs, Context.ACCOUNT_SERVICE); in getCommonServicesLocked()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10341 field public static final String ACCOUNT_SERVICE = "account";