Home
last modified time | relevance | path

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

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