Home
last modified time | relevance | path

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

/cts/tests/tests/gameservice/src/android/service/games/testing/
DIGameServiceTestService.aidl32 List<GameSessionEventInfo> getGameSessionEventHistory(); in getGameSessionEventHistory() method
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTestService.java75 public List<GameSessionEventInfo> getGameSessionEventHistory() {
76 return ImmutableList.copyOf(TestGameSessionService.getGameSessionEventHistory());
DTestGameSessionService.java73 static ArrayList<GameSessionEventInfo> getGameSessionEventHistory() { in getGameSessionEventHistory() method in TestGameSessionService
DGameServiceTest.java239 getTestService().getGameSessionEventHistory(); in gameService_multipleGames_startsGameSessionsForGames()
274 getTestService().getGameSessionEventHistory(); in gameService_multipleGamesIncludingStops_startsGameSessionsForGames()
513 getTestService().getGameSessionEventHistory(); in restartGame_gameSessionIsPersisted()
551 getTestService().getGameSessionEventHistory(); in restartGame_withNonGameActivityAbove_gameSessionIsPersisted()