Home
last modified time | relevance | path

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

/cts/tests/tests/gamemanager/src/android/gamemanager/cts/
DGameManagerTest.java316 private int getGameLoadingCount() throws IOException { in getGameLoadingCount() method in GameManagerTest
329 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStateStandardMode()
336 assertEquals(gameLoadingCountBefore, getGameLoadingCount()); in testSetGameStateStandardMode()
345 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode()
352 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode()
362 final int gameLoadingCountBefore = getGameLoadingCount(); in testSetGameStatePerformanceMode_withParams()
370 assertEquals(gameLoadingCountBefore + 1, getGameLoadingCount()); in testSetGameStatePerformanceMode_withParams()