Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
H A DGameSessionTest.java207 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_FullLifecycle_ExpectedLifecycleCalls()
231 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_DestroyedWhenFocused_ExpectedLifecycleCalls()
246 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_FocusCycled_ExpectedLifecycleCalls()
248 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_FocusCycled_ExpectedLifecycleCalls()
263 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_MultipleFocusAndUnfocusCalls_ExpectedLifecycleCalls()
264 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_MultipleFocusAndUnfocusCalls_ExpectedLifecycleCalls()
278 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_CreatedAfterFocused_ExpectedLifecycleCalls()
310 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_MultipleFocusCalls_ExpectedLifecycleCalls()
311 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_MultipleFocusCalls_ExpectedLifecycleCalls()
312 mGameSession.moveToState(GameSession.LifecycleState.TASK_FOCUSED); in moveState_MultipleFocusCalls_ExpectedLifecycleCalls()
[all …]
/aosp14/frameworks/base/core/java/android/service/games/
H A DGameSession.java106 focused ? LifecycleState.TASK_FOCUSED : LifecycleState.TASK_UNFOCUSED));
120 TASK_FOCUSED, enumConstant
211 if (newLifecycleState == LifecycleState.TASK_FOCUSED) { in moveToState()
222 case TASK_FOCUSED: in moveToState()
236 if (newLifecycleState == LifecycleState.TASK_FOCUSED) { in moveToState()