Home
last modified time | relevance | path

Searched defs:gameMode (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/gamemanager/src/android/gamemanager/cts/
DGameManagerTest.java208 int gameMode = in testGetGameModeUnsupportedOnNotGame() local
278 int gameMode = mActivity.getGameMode(); in testGetGameModeStandard() local
294 int gameMode = mActivity.getGameMode(); in testGetGameModePerformance() local
310 int gameMode = mActivity.getGameMode(); in testGetGameModeBattery() local
484 final int gameMode = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testCustomGameMode() local
506 final int gameMode = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testCustomGameModeBackwardCompatibility() local
DGameManagerLegacyTest.java77 int gameMode = in testGetGameMode() local
DGameManagerCtsActivity.java49 final int gameMode = intent.getIntExtra("game-mode", -1); in onReceive() local