Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
DGameSessionTest.java32 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 …]
/frameworks/base/core/java/android/service/games/
DGameSession.java82 public abstract class GameSession { class
90 GameSession::doDestroy, GameSession.this));
97 GameSession::dispatchTransientSystemBarVisibilityFromRevealGestureChanged,
98 GameSession.this,
105 GameSession::moveToState, GameSession.this,
DGameSessionService.java110 GameSession gameSession = onNewSession(createGameSessionRequest); in doCreate()
150 public abstract GameSession onNewSession( in onNewSession()
/frameworks/base/core/api/
Dsystem-current.txt12824 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…
/frameworks/base/boot/
Dpreloaded-classes7039 android.service.games.GameSession$ScreenshotCallback
Dboot-image-profile.txt29443 Landroid/service/games/GameSession$ScreenshotCallback;
/frameworks/base/config/
Dpreloaded-classes7043 android.service.games.GameSession$ScreenshotCallback
Dboot-image-profile.txt39577 Landroid/service/games/GameSession$ScreenshotCallback;