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

Commit eb4355ae authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Add clearAll method to RegistrantList for easier cleanup

Bug: 155320231
Test: atest FrameworksTelephonyTests
Change-Id: I6f1896ae163e77cff30e89a5b01b41162fc58200
parent 04369a94
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()