Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
H A DBaseTest.kt184 open fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
185 flicker.assertWm { this.visibleWindowsShownMoreThanOneConsecutiveEntry() }
194 runAndIgnoreAssumptionViolation { visibleWindowsShownMoreThanOneConsecutiveEntry() }
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DICommonAssertions.kt133 fun visibleWindowsShownMoreThanOneConsecutiveEntry() { regex
134 flicker.assertWm { this.visibleWindowsShownMoreThanOneConsecutiveEntry() }
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/
H A DOpenAppFromLockscreenNotificationWithOverlayAppTest.kt123 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
124 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/
H A DCloseImeToAppOnPressBackTest.kt61 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
63 this.visibleWindowsShownMoreThanOneConsecutiveEntry(
H A DCloseImeOnGoHomeTest.kt64 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
66 this.visibleWindowsShownMoreThanOneConsecutiveEntry(
H A DShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt86 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
89 this.visibleWindowsShownMoreThanOneConsecutiveEntry(
H A DCloseImeToHomeOnFinishActivityTest.kt80 runAndIgnoreAssumptionViolation { visibleWindowsShownMoreThanOneConsecutiveEntry() }
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/
H A DOpenAppFromIconColdTest.kt203 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
204 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DOpenCameraFromHomeOnDoubleClickPowerButtonTest.kt153 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
154 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DOpenAppFromLockscreenViaIntentTest.kt200 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
201 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/
H A DCopyContentInSplit.kt113 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
114 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DDismissSplitScreenByDivider.kt151 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
152 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DDismissSplitScreenByGoHome.kt151 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
152 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DSwitchBackToSplitFromAnotherApp.kt146 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
147 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DSwitchBackToSplitFromHome.kt146 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
147 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DSwitchBackToSplitFromRecent.kt146 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
147 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DEnterSplitScreenByDragFromNotification.kt159 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
160 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DEnterSplitScreenByDragFromAllApps.kt157 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
158 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DEnterSplitScreenByDragFromTaskbar.kt160 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
161 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
H A DSwitchBetweenSplitPairs.kt199 override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
200 super.visibleWindowsShownMoreThanOneConsecutiveEntry()
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/
H A DSeamlessAppRotationTest.kt228 visibleWindowsShownMoreThanOneConsecutiveEntry()