Searched refs:getGameModeConfiguration (Results 1 – 8 of 8) sorted by relevance
138 assertNull(config.getGameModeConfiguration(GameManager.GAME_MODE_STANDARD)); in testReadGameServiceSettings()139 final GameModeConfiguration performanceConfig = config.getGameModeConfiguration( in testReadGameServiceSettings()146 final GameModeConfiguration batteryConfig = config.getGameModeConfiguration( in testReadGameServiceSettings()157 GameModeConfiguration customConfig = config.getGameModeConfiguration( in testReadGameServiceSettings()182 final GameModeConfiguration batteryConfig = config.getGameModeConfiguration( in testReadGameServiceSettings_invalidConfigAttributes()223 final GameModeConfiguration batteryConfig = config.getGameModeConfiguration( in testReadGameServiceSettings_invalidTags()280 batteryConfig = config.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY); in testWriteGameServiceSettings()288 performanceConfig = config.getGameModeConfiguration(GameManager.GAME_MODE_PERFORMANCE); in testWriteGameServiceSettings()297 customConfig = config.getGameModeConfiguration(GameManager.GAME_MODE_CUSTOM); in testWriteGameServiceSettings()301 assertNull(config.getGameModeConfiguration(GameManager.GAME_MODE_PERFORMANCE)); in testWriteGameServiceSettings()[all …]
67 gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_PERFORMANCE)); in testParcelable()69 gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testParcelable()83 newGameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_PERFORMANCE)); in testParcelable()85 newGameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testParcelable()
88 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_CUSTOM)); in testUpdateCustomGameModeConfiguration()97 gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_CUSTOM)); in testUpdateCustomGameModeConfiguration()
710 assertEquals(fps, config.getGameModeConfiguration(gameMode).getFps()); in checkFps()1240 assertNull(config.getGameModeConfiguration(GameManager.GAME_MODE_PERFORMANCE)); in testDeviceConfigOptInOverlap()1376 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testGetGameModeInfoWithPerformanceMode()1391 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_CUSTOM)); in testGetGameModeInfoWithDefaultGameModes()1392 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_STANDARD)); in testGetGameModeInfoWithDefaultGameModes()1393 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testGetGameModeInfoWithDefaultGameModes()1408 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testGetGameModeInfoWithAllGameModesOverridden_noDeviceConfig()1423 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testGetGameModeInfoWithAllGameModesOverridden_allDeviceConfig()1453 assertNull(gameModeInfo.getGameModeConfiguration(GameManager.GAME_MODE_BATTERY)); in testGetGameModeInfoWithBatteryModeOverridden_withBatteryDeviceConfig()1974 pkgConfig.getGameModeConfiguration(GameManager.GAME_MODE_CUSTOM); in testUpdateCustomGameModeConfiguration()[all …]
814 public GameModeConfiguration getGameModeConfiguration(@GameMode int gameMode) { in getGameModeConfiguration() method in GameManagerService.GamePackageConfiguration1084 config.getGameModeConfiguration(gameMode); in getGameModeInfo()1177 config.getGameModeConfiguration(gameMode); in isAngleEnabled()1203 config.getGameModeConfiguration(gameMode); in getLoadingBoostDuration()1325 packageConfig.getGameModeConfiguration(gameMode); in getResolutionScalingFactorInternal()1616 packageConfig.getGameModeConfiguration(gameMode); in updateFps()1637 || packageConfig.getGameModeConfiguration(gameMode) == null) { in updateInterventions()1668 if (pkgConfig != null && pkgConfig.getGameModeConfiguration(gameMode) != null) { in setGameModeConfigOverride()1670 pkgConfig.getGameModeConfiguration(gameMode); in setGameModeConfigOverride()1898 packageConfig.getGameModeConfiguration(mode); in writeGameModeInterventionsToFile()[all …]
198 final GameModeConfiguration modeConfig = config.getGameModeConfiguration(mode); in writeGameModeConfigTags()
228 public @Nullable GameModeConfiguration getGameModeConfiguration( in getGameModeConfiguration() method in GameModeInfo
886 method @Nullable public android.app.GameModeConfiguration getGameModeConfiguration(int);