Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DMultiWindowTests.java206 final ActivityLifecycleCounts lifecycleCounts = waitForOnMultiWindowModeChanged( in testLaunchToSideMultiWindowCallbacks() local
209 lifecycleCounts.getCount(ActivityCallback.ON_MULTI_WINDOW_MODE_CHANGED)); in testLaunchToSideMultiWindowCallbacks()
228 ActivityLifecycleCounts lifecycleCounts = in testNoUserLeaveHintOnMultiWindowModeChanged() local
231 1, lifecycleCounts.getCount(ActivityCallback.ON_MULTI_WINDOW_MODE_CHANGED)); in testNoUserLeaveHintOnMultiWindowModeChanged()
233 0, lifecycleCounts.getCount(ActivityCallback.ON_USER_LEAVE_HINT)); in testNoUserLeaveHintOnMultiWindowModeChanged()
255 lifecycleCounts = waitForOnMultiWindowModeChanged(NO_RELAUNCH_ACTIVITY); in testNoUserLeaveHintOnMultiWindowModeChanged()
257 1, lifecycleCounts.getCount(ActivityCallback.ON_MULTI_WINDOW_MODE_CHANGED)); in testNoUserLeaveHintOnMultiWindowModeChanged()
259 0, lifecycleCounts.getCount(ActivityCallback.ON_USER_LEAVE_HINT)); in testNoUserLeaveHintOnMultiWindowModeChanged()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java730 final ActivityLifecycleCounts lifecycleCounts = new ActivityLifecycleCounts(PIP_ACTIVITY); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden() local
734 lifecycleCounts.getFirstIndex(ActivityCallback.ON_USER_LEAVE_HINT); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()
736 lifecycleCounts.getFirstIndex(ActivityCallback.ON_PICTURE_IN_PICTURE_REQUESTED); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()
738 lifecycleCounts.getFirstIndex(ActivityCallback.ON_PICTURE_IN_PICTURE_MODE_CHANGED); in testAutoEnterPictureInPictureOnUserLeaveHintWhenPipRequestedNotOverridden()
763 final ActivityLifecycleCounts lifecycleCounts = new ActivityLifecycleCounts(PIP_ACTIVITY); in testAutoEnterPictureInPictureOnPictureInPictureRequested() local
767 lifecycleCounts.getFirstIndex(ActivityCallback.ON_USER_LEAVE_HINT); in testAutoEnterPictureInPictureOnPictureInPictureRequested()
769 lifecycleCounts.getFirstIndex(ActivityCallback.ON_PICTURE_IN_PICTURE_REQUESTED); in testAutoEnterPictureInPictureOnPictureInPictureRequested()
771 lifecycleCounts.getFirstIndex(ActivityCallback.ON_PICTURE_IN_PICTURE_MODE_CHANGED); in testAutoEnterPictureInPictureOnPictureInPictureRequested()
1318 final ActivityLifecycleCounts lifecycleCounts = new ActivityLifecycleCounts(PIP_ACTIVITY); in testEnterPipInterruptedCallbacks() local
1320 lifecycleCounts.getCount(ActivityCallback.ON_CONFIGURATION_CHANGED)); in testEnterPipInterruptedCallbacks()
[all …]