Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTest.java68 private LifecycleTrackingGameSession mGameSession; field in GameSessionTest
77 mGameSession = new LifecycleTrackingGameSession() {}; in setUp()
122 mGameSession.takeScreenshot(DIRECT_EXECUTOR, in takeScreenshot_gameManagerException_returnsInternalError()
151 mGameSession.takeScreenshot(DIRECT_EXECUTOR, in takeScreenshot_gameManagerError_returnsInternalError()
180 mGameSession.takeScreenshot(DIRECT_EXECUTOR, in takeScreenshot_gameManagerSuccess()
206 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_FullLifecycle_ExpectedLifecycleCalls()
208 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_FullLifecycle_ExpectedLifecycleCalls()
230 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_DestroyedWhenFocused_ExpectedLifecycleCalls()
245 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_FocusCycled_ExpectedLifecycleCalls()
262 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_MultipleFocusAndUnfocusCalls_ExpectedLifecycleCalls()
[all …]
/aosp14/frameworks/base/core/java/android/service/games/
H A DCreateGameSessionResult.java54 private final IGameSession mGameSession; field in CreateGameSessionResult
60 mGameSession = gameSession; in CreateGameSessionResult()
66 return mGameSession; in getGameSession()
81 dest.writeStrongBinder(mGameSession.asBinder()); in writeToParcel()