Loading core/java/android/os/TestLooperManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ public class TestLooperManager { try { execution.wait(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); } if (execution.response != null) { throw new RuntimeException(execution.response); Loading Loading @@ -231,6 +232,7 @@ public class TestLooperManager { try { mLooperHolderLatch.await(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); } } Loading @@ -245,6 +247,7 @@ public class TestLooperManager { processMessage(take); } } catch (InterruptedException e) { Thread.currentThread().interrupt(); } } } Loading Loading
core/java/android/os/TestLooperManager.java +3 −0 Original line number Diff line number Diff line Loading @@ -174,6 +174,7 @@ public class TestLooperManager { try { execution.wait(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); } if (execution.response != null) { throw new RuntimeException(execution.response); Loading Loading @@ -231,6 +232,7 @@ public class TestLooperManager { try { mLooperHolderLatch.await(); } catch (InterruptedException e) { Thread.currentThread().interrupt(); } } Loading @@ -245,6 +247,7 @@ public class TestLooperManager { processMessage(take); } } catch (InterruptedException e) { Thread.currentThread().interrupt(); } } } Loading