Home
last modified time | relevance | path

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

/cts/tests/tests/gamemanager/src/android/gamemanager/cts/
DGameManagerTest.java329 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStateStandardMode() local
336 assertEquals(gameLoadingCountBefore, getGameLoadingCount()); in testSetGameStateStandardMode()
345 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode() local
352 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode()
362 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode_withParams() local
370 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode_withParams()