Home
last modified time | relevance | path

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

/cts/tests/tests/gamemanager/src/android/gamemanager/cts/
DGameManagerTest.java75 private static final String GAME_TEST_APP_PACKAGE_NAME = field in GameManagerTest
119 TestUtil.uninstallPackage(GAME_TEST_APP_PACKAGE_NAME); in setUp()
137 TestUtil.uninstallPackage(GAME_TEST_APP_PACKAGE_NAME); in tearDown()
385 (gameManager) -> gameManager.getGameModeInfo(GAME_TEST_APP_PACKAGE_NAME), in testGetGameModeInfoWithTwoGameModes()
402 (gameManager) -> gameManager.setGameMode(GAME_TEST_APP_PACKAGE_NAME, in testGetGameModeInfoWithTwoGameModes()
405 (gameManager) -> gameManager.getGameModeInfo(GAME_TEST_APP_PACKAGE_NAME), in testGetGameModeInfoWithTwoGameModes()
414 (gameManager) -> gameManager.setGameMode(GAME_TEST_APP_PACKAGE_NAME, in testGetGameModeInfoWithTwoGameModes()
417 (gameManager) -> gameManager.getGameModeInfo(GAME_TEST_APP_PACKAGE_NAME), in testGetGameModeInfoWithTwoGameModes()
426 (gameManager) -> gameManager.setGameMode(GAME_TEST_APP_PACKAGE_NAME, in testGetGameModeInfoWithTwoGameModes()
429 (gameManager) -> gameManager.getGameModeInfo(GAME_TEST_APP_PACKAGE_NAME), in testGetGameModeInfoWithTwoGameModes()
[all …]