Merge "Add method to remove test from tracked loopers" into rvc-dev am: 1d932772a1
Change-Id: Ibcbe70302bc9d02c2dec530a44a497713df2924b
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