Searched refs:GameSession (Results 1 – 8 of 8) sorted by relevance
32 import android.service.games.GameSession.ScreenshotCallback;91 GameSession gameSession = new GameSession() {}; in takeScreenshot_attachNotCalled_throwsIllegalStateException()199 mGameSession.moveToState(GameSession.LifecycleState.INITIALIZED); in moveState_InitializedToInitialized_noLifecycleCalls()206 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_FullLifecycle_ExpectedLifecycleCalls()207 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_FullLifecycle_ExpectedLifecycleCalls()208 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_FullLifecycle_ExpectedLifecycleCalls()209 mGameSession.moveToState(GameSession.LifecycleState.DESTROYED); in moveState_FullLifecycle_ExpectedLifecycleCalls()220 mGameSession.moveToState(GameSession.LifecycleState.DESTROYED); in moveState_DestroyedWhenInitialized_ExpectedLifecycleCalls()230 mGameSession.moveToState(GameSession.LifecycleState.CREATED); in moveState_DestroyedWhenFocused_ExpectedLifecycleCalls()231 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_DestroyedWhenFocused_ExpectedLifecycleCalls()[all …]
82 public abstract class GameSession { class90 GameSession::doDestroy, GameSession.this));97 GameSession::dispatchTransientSystemBarVisibilityFromRevealGestureChanged,98 GameSession.this,105 GameSession::moveToState, GameSession.this,
110 GameSession gameSession = onNewSession(createGameSessionRequest); in doCreate()150 public abstract GameSession onNewSession( in onNewSession()
12824 public abstract class GameSession {12825 ctor public GameSession();12833 …@NonNull java.util.concurrent.Executor, @NonNull android.service.games.GameSession.ScreenshotCallb…12836 public static interface GameSession.ScreenshotCallback {12850 …method @NonNull public abstract android.service.games.GameSession onNewSession(@NonNull android.se…
7039 android.service.games.GameSession$ScreenshotCallback
29443 Landroid/service/games/GameSession$ScreenshotCallback;
7043 android.service.games.GameSession$ScreenshotCallback
39577 Landroid/service/games/GameSession$ScreenshotCallback;