Home
last modified time | relevance | path

Searched refs:GAME_SERVICE (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DGameManager.java39 @SystemService(Context.GAME_SERVICE)
84 ServiceManager.getServiceOrThrow(Context.GAME_SERVICE)); in GameManager()
H A DSystemServiceRegistry.java1443 registerService(Context.GAME_SERVICE, GameManager.class, in registerService() argument
/aosp12/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerShellCommand.java154 ServiceManager.getServiceOrThrow(Context.GAME_SERVICE)); in runGameMode()
H A DGameManagerService.java509 publishBinderService(Context.GAME_SERVICE, mService); in onStart()
/aosp12/frameworks/base/core/java/android/content/
H A DContext.java5667 public static final String GAME_SERVICE = "game"; field in Context
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10652 field public static final String GAME_SERVICE = "game";