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

Commit b9677fd6 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Add clearAll method to RegistrantList for easier cleanup" am: e3f505a0

Change-Id: I0f3d742b83488a649bac48bf52863fb188242cfc
parents 55857b67 e3f505a0
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()