/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/close/ |
H A D | CloseAppTransition.kt | 81 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 83 this.visibleLayersShownMoreThanOneConsecutiveEntry( 92 flicker.assertLayers { this.visibleLayersShownMoreThanOneConsecutiveEntry() }
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
H A D | OpenAppFromIconColdTestCfArm.kt | 38 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 39 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | OpenAppFromIconColdTest.kt | 197 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 198 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | OpenCameraFromHomeOnDoubleClickPowerButtonTest.kt | 142 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 144 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
H A D | OpenAppFromLockscreenViaIntentTest.kt | 179 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 180 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ |
H A D | BaseTest.kt | 174 open fun visibleLayersShownMoreThanOneConsecutiveEntry() { 175 flicker.assertLayers { this.visibleLayersShownMoreThanOneConsecutiveEntry() } 193 runAndIgnoreAssumptionViolation { visibleLayersShownMoreThanOneConsecutiveEntry() }
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ |
H A D | RotationTransition.kt | 42 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 44 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/ |
H A D | OpenAppFromLockscreenNotificationColdTest.kt | 107 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 108 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | OpenAppFromLockscreenNotificationWithOverlayAppTest.kt | 106 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 107 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | OpenAppFromLockscreenNotificationWarmTest.kt | 139 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 140 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/ |
H A D | DragToDismissBubbleScreenTest.kt | 80 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 82 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
H A D | OpenActivityFromBubbleOnLocksreenTest.kt | 117 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 118 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | ICommonAssertions.kt | 123 fun visibleLayersShownMoreThanOneConsecutiveEntry() { regex 124 flicker.assertLayers { this.visibleLayersShownMoreThanOneConsecutiveEntry() }
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ |
H A D | CloseImeToHomeOnFinishActivityTest.kt | 68 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 69 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | CloseImeOnGoHomeTest.kt | 79 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 81 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
H A D | ShowImeOnAppStartWhenLaunchingAppFromOverviewTest.kt | 68 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 73 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/splitscreen/ |
H A D | EnterSplitScreenFromOverview.kt | 103 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 104 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | SwitchAppByDoubleTapDivider.kt | 100 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 101 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | CopyContentInSplit.kt | 94 override fun visibleLayersShownMoreThanOneConsecutiveEntry() { 96 this.visibleLayersShownMoreThanOneConsecutiveEntry(
|
H A D | DismissSplitScreenByDivider.kt | 145 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 146 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | DismissSplitScreenByGoHome.kt | 145 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 146 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | SwitchBackToSplitFromAnotherApp.kt | 140 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 141 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | SwitchBackToSplitFromHome.kt | 140 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 141 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | SwitchBackToSplitFromRecent.kt | 140 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 141 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
H A D | EnterSplitScreenByDragFromNotification.kt | 153 override fun visibleLayersShownMoreThanOneConsecutiveEntry() = 154 super.visibleLayersShownMoreThanOneConsecutiveEntry()
|