Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f34dea1b authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Add method to remove test from tracked loopers" am: 1def7eb6

Change-Id: I416a39f62f2abdff7daa574ef40b183f112bed8f
parents f7c86b49 1def7eb6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;