Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev

This commit is contained in:
Brad Ebinger
2020-04-30 20:07:31 +00:00
committed by Android (Google) Code Review

View File

@@ -66,6 +66,10 @@ public class RegistrantList
}
}
public synchronized void removeAll() {
registrants.clear();
}
@UnsupportedAppUsage
public synchronized int
size()