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

Commit 1def7eb6 authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Add method to remove test from tracked loopers"

parents 9d9510e3 edb35aa6
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;