Merge "Add method to remove test from tracked loopers" am: 1def7eb623
Change-Id: I416a39f62f2abdff7daa574ef40b183f112bed8f
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user