Loading packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class NotificationInflaterTest { } }); block.run(); countDownLatch.await(5, java.util.concurrent.TimeUnit.SECONDS); countDownLatch.await(); if (exceptionHolder.mException != null) { throw exceptionHolder.mException; } Loading Loading
packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/NotificationInflaterTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class NotificationInflaterTest { } }); block.run(); countDownLatch.await(5, java.util.concurrent.TimeUnit.SECONDS); countDownLatch.await(); if (exceptionHolder.mException != null) { throw exceptionHolder.mException; } Loading