Searched refs:gameSession11 (Results 1 – 1 of 1) sorted by relevance
487 FakeGameSession gameSession11 = new FakeGameSession(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage() local490 .complete(new CreateGameSessionResult(gameSession11, mockSurfacePackage11)); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()493 assertThat(gameSession11.mIsDestroyed).isFalse(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()498 assertThat(gameSession11.mIsDestroyed).isTrue(); in gameProcessStopped_soleProcess_destroysMultipleGameSessionsForSamePackage()580 FakeGameSession gameSession11 = new FakeGameSession(); in gameProcessCreatedAfterInitialProcessDead_multipleGameSessionsCreatedSamePackage() local583 .complete(new CreateGameSessionResult(gameSession11, mockSurfacePackage11)); in gameProcessCreatedAfterInitialProcessDead_multipleGameSessionsCreatedSamePackage()586 assertThat(gameSession11.mIsDestroyed).isFalse(); in gameProcessCreatedAfterInitialProcessDead_multipleGameSessionsCreatedSamePackage()592 assertThat(gameSession11.mIsDestroyed).isTrue(); in gameProcessCreatedAfterInitialProcessDead_multipleGameSessionsCreatedSamePackage()839 FakeGameSession gameSession11 = new FakeGameSession(); in gameTaskStartedAndSessionRequested_multipleTimes_createsMultipleGameSessions() local842 .complete(new CreateGameSessionResult(gameSession11, mockSurfacePackage11)); in gameTaskStartedAndSessionRequested_multipleTimes_createsMultipleGameSessions()[all …]