Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/BaseBubbleScreen.kt +4 −2 Original line number Diff line number Diff line Loading @@ -68,10 +68,12 @@ abstract class BaseBubbleScreen(protected val testSpec: FlickerTestParameter) { } teardown { test { notifyManager.setBubblesAllowed(testApp.component.packageName, uid, NotificationManager.BUBBLE_PREFERENCE_NONE) testApp.exit() } } extraSpec(this) } Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/bubble/BaseBubbleScreen.kt +4 −2 Original line number Diff line number Diff line Loading @@ -68,10 +68,12 @@ abstract class BaseBubbleScreen(protected val testSpec: FlickerTestParameter) { } teardown { test { notifyManager.setBubblesAllowed(testApp.component.packageName, uid, NotificationManager.BUBBLE_PREFERENCE_NONE) testApp.exit() } } extraSpec(this) } Loading