Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev am: c4815d409c am: f5f8f67e7c
Change-Id: I939940a57c4fcc00994980ab6993b29aadbc9635
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