Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev am: c4815d409c
Change-Id: I9af83ebaaf358b3880293d30b2d19e0e9321d361
This commit is contained in:
@@ -66,6 +66,10 @@ public class RegistrantList
|
||||
}
|
||||
}
|
||||
|
||||
public synchronized void removeAll() {
|
||||
registrants.clear();
|
||||
}
|
||||
|
||||
@UnsupportedAppUsage
|
||||
public synchronized int
|
||||
size()
|
||||
|
||||
Reference in New Issue
Block a user