Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -185,7 +185,9 @@ public class NotificationInflaterTest extends SysuiTestCase { countDownLatch.await(); } /* Cancelling requires us to be on the UI thread otherwise we might have a race */ @Test @UiThreadTest public void testSupersedesExistingTask() throws Exception { mNotificationInflater.inflateNotificationViews(); mNotificationInflater.setIsLowPriority(true); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -185,7 +185,9 @@ public class NotificationInflaterTest extends SysuiTestCase { countDownLatch.await(); } /* Cancelling requires us to be on the UI thread otherwise we might have a race */ @Test @UiThreadTest public void testSupersedesExistingTask() throws Exception { mNotificationInflater.inflateNotificationViews(); mNotificationInflater.setIsLowPriority(true); Loading