Searched refs:gameSession10 (Results 1 – 1 of 1) sorted by relevance
407 FakeGameSession gameSession10 = new FakeGameSession(); in gameTaskStartedAndSessionRequested_createsGameSession() local410 .complete(new CreateGameSessionResult(gameSession10, mockSurfacePackage10)); in gameTaskStartedAndSessionRequested_createsGameSession()412 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameTaskStartedAndSessionRequested_createsGameSession()413 assertThat(gameSession10.mIsFocused).isFalse(); in gameTaskStartedAndSessionRequested_createsGameSession()438 FakeGameSession gameSession10 = new FakeGameSession(); in gameSessionSuccessfullyCreated_createsTaskOverlay() local441 .complete(new CreateGameSessionResult(gameSession10, mockSurfacePackage10)); in gameSessionSuccessfullyCreated_createsTaskOverlay()457 FakeGameSession gameSession10 = new FakeGameSession(); in gameProcessStopped_soleProcess_destroysGameSession() local460 .complete(new CreateGameSessionResult(gameSession10, mockSurfacePackage10)); in gameProcessStopped_soleProcess_destroysGameSession()461 assertThat(gameSession10.mIsDestroyed).isFalse(); in gameProcessStopped_soleProcess_destroysGameSession()465 assertThat(gameSession10.mIsDestroyed).isTrue(); in gameProcessStopped_soleProcess_destroysGameSession()[all …]