Searched refs:mGameSession (Results 1 – 2 of 2) sorted by relevance
68 private LifecycleTrackingGameSession mGameSession; field in GameSessionTest77 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 …]
54 private final IGameSession mGameSession; field in CreateGameSessionResult60 mGameSession = gameSession; in CreateGameSessionResult()66 return mGameSession; in getGameSession()81 dest.writeStrongBinder(mGameSession.asBinder()); in writeToParcel()