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

Commit b31fd64d 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: 43f1f637

Change-Id: Idf7e921acb5275422cc05ff6609e0f91cb08c949
parents 0bc44a1b 43f1f637
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()