Searched refs:gameSession (Results 1 – 5 of 5) sorted by relevance
110 GameSession gameSession = onNewSession(createGameSessionRequest); in doCreate() local111 Objects.requireNonNull(gameSession); in doCreate()130 gameSession.attach( in doCreate()139 new CreateGameSessionResult(gameSession.mInterface, in doCreate()144 gameSession.doCreate(); in doCreate()
58 @NonNull IGameSession gameSession, in CreateGameSessionResult()60 mGameSession = gameSession; in CreateGameSessionResult()
66 @Nullable IGameSession gameSession, in GameSessionRecord() argument71 this.mIGameSession = gameSession; in GameSessionRecord()95 @NonNull IGameSession gameSession, in withGameSession()97 Objects.requireNonNull(gameSession); in withGameSession()101 gameSession, in withGameSession()
481 IGameSession gameSession = gameSessionRecord.getGameSession(); in onTransientSystemBarsVisibilityChanged() local482 if (gameSession == null) { in onTransientSystemBarsVisibilityChanged()487 gameSession.onTransientSystemBarVisibilityFromRevealGestureChanged(visible); in onTransientSystemBarsVisibilityChanged()577 private void setGameSessionFocusedIfNecessary(int taskId, IGameSession gameSession) { in setGameSessionFocusedIfNecessary() argument582 gameSession.onTaskFocusChanged(true); in setGameSessionFocusedIfNecessary()676 IGameSession gameSession = gameSessionRecord.getGameSession(); in destroyGameSessionFromRecordLocked() local677 if (gameSession != null) { in destroyGameSessionFromRecordLocked()679 gameSession.onDestroyed(); in destroyGameSessionFromRecordLocked()
91 GameSession gameSession = new GameSession() {}; in takeScreenshot_attachNotCalled_throwsIllegalStateException() local94 gameSession.takeScreenshot(DIRECT_EXECUTOR, in takeScreenshot_attachNotCalled_throwsIllegalStateException()