Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/android/service/games/
DGameSessionTest.java201 assertThat(mGameSession.mLifecycleMethodCalls.isEmpty()).isTrue(); in moveState_InitializedToInitialized_noLifecycleCalls()
211 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_FullLifecycle_ExpectedLifecycleCalls()
223 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_DestroyedWhenInitialized_ExpectedLifecycleCalls()
236 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_DestroyedWhenFocused_ExpectedLifecycleCalls()
252 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_FocusCycled_ExpectedLifecycleCalls()
269 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_MultipleFocusAndUnfocusCalls_ExpectedLifecycleCalls()
282 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_CreatedAfterFocused_ExpectedLifecycleCalls()
293 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_UnfocusedWithoutFocused_ExpectedLifecycleCalls()
302 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_NeverFocused_ExpectedLifecycleCalls()
315 assertThat(mGameSession.mLifecycleMethodCalls).containsExactly( in moveState_MultipleFocusCalls_ExpectedLifecycleCalls()
[all …]