Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/app/
DGameServiceProviderInstanceImplTest.java407 FakeGameSession gameSession10 = new FakeGameSession(); in gameTaskStartedAndSessionRequested_createsGameSession() local
410 .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() local
441 .complete(new CreateGameSessionResult(gameSession10, mockSurfacePackage10)); in gameSessionSuccessfullyCreated_createsTaskOverlay()
457 FakeGameSession gameSession10 = new FakeGameSession(); in gameProcessStopped_soleProcess_destroysGameSession() local
460 .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 …]