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

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

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

Merge "Add clearAll method to RegistrantList for easier cleanup" into rvc-dev am: c4815d40 am: f5f8f67e am: e49de74f

Change-Id: I465f2b21c989bd378bc803d8be63bc81eea1129c
parents 646837cd e49de74f
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()