Home
last modified time | relevance | path

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

/cts/tests/tests/gameservice/src/android/service/games/testing/
DGameSessionEventInfo.java49 GAME_SESSION_EVENT_CREATED,
55 public static final int GAME_SESSION_EVENT_CREATED = 1; field in GameSessionEventInfo
/cts/tests/tests/gameservice/src/android/service/games/
DGameServiceTest.java245 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED), in gameService_multipleGames_startsGameSessionsForGames()
249 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED)) in gameService_multipleGames_startsGameSessionsForGames()
280 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED), in gameService_multipleGamesIncludingStops_startsGameSessionsForGames()
284 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED), in gameService_multipleGamesIncludingStops_startsGameSessionsForGames()
520 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED)) in restartGame_gameSessionIsPersisted()
558 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED)) in restartGame_withNonGameActivityAbove_gameSessionIsPersisted()
DTestGameSessionService.java126 GameSessionEventInfo.GAME_SESSION_EVENT_CREATED)); in onCreate()