Searched refs:gameModeInfo (Results 1 – 2 of 2) sorted by relevance
383 GameModeInfo gameModeInfo = in testGetGameModeInfoWithTwoGameModes() local388 4, gameModeInfo.getAvailableGameModes().length); in testGetGameModeInfoWithTwoGameModes()392 gameModeInfo.getOverriddenGameModes()).boxed().toList())); in testGetGameModeInfoWithTwoGameModes()394 gameModeInfo.isDownscalingAllowed()); in testGetGameModeInfoWithTwoGameModes()396 gameModeInfo.isFpsOverrideAllowed()); in testGetGameModeInfoWithTwoGameModes()398 GameManager.GAME_MODE_STANDARD, gameModeInfo.getActiveGameMode()); in testGetGameModeInfoWithTwoGameModes()404 gameModeInfo = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testGetGameModeInfoWithTwoGameModes()408 4, gameModeInfo.getAvailableGameModes().length); in testGetGameModeInfoWithTwoGameModes()410 GameManager.GAME_MODE_STANDARD, gameModeInfo.getActiveGameMode()); in testGetGameModeInfoWithTwoGameModes()416 gameModeInfo = ShellIdentityUtils.invokeMethodWithShellPermissions(mGameManager, in testGetGameModeInfoWithTwoGameModes()[all …]
154 GameModeInfo gameModeInfo = data.get(0).getGameModeInfo(); in testGameModeInfoIsPulled() local155 assertThat(gameModeInfo.getGameUid()).isEqualTo(mStatsdAtomTestUid); in testGameModeInfoIsPulled()156 Set<GameMode> reportedAvailableModes = Set.copyOf(gameModeInfo.getAvailableGameModesList()); in testGameModeInfoIsPulled()165 gameModeInfo.getOverriddenGameModesList()); in testGameModeInfoIsPulled()