Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4815d40 authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

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

parents 645465c5 eb4355ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ public class RegistrantList
        }
    }

    public synchronized void removeAll() {
        registrants.clear();
    }

    @UnsupportedAppUsage
    public synchronized int
    size()