Loading tests/testables/src/android/testing/TestableLooper.java +4 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,10 @@ public class TestableLooper { return sLoopers.get(test); } public static void remove(Object test) { sLoopers.remove(test); } static class LooperFrameworkMethod extends FrameworkMethod { private HandlerThread mHandlerThread; Loading Loading
tests/testables/src/android/testing/TestableLooper.java +4 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,10 @@ public class TestableLooper { return sLoopers.get(test); } public static void remove(Object test) { sLoopers.remove(test); } static class LooperFrameworkMethod extends FrameworkMethod { private HandlerThread mHandlerThread; Loading