Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DAbstractCollection.java70 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduBody.java124 public void removeAll() { in removeAll() method in PduBody
/frameworks/base/core/java/android/os/
DRegistrantList.java69 public synchronized void removeAll() { in removeAll() method in RegistrantList
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarFacetButtonController.java79 public void removeAll() { in removeAll() method in CarFacetButtonController
/frameworks/base/core/java/android/util/
DMapCollections.java227 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
317 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
411 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
DArraySet.java614 public boolean removeAll(ArraySet<? extends E> array) { in removeAll() method in ArraySet
901 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArraySet
DArrayMap.java960 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArrayMap
/frameworks/base/core/java/android/preference/
DPreferenceGroup.java208 public void removeAll() { in removeAll() method in PreferenceGroup
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTimeLimitedMotionEventBuffer.java140 public boolean removeAll(Collection<?> c) { in removeAll() method in TimeLimitedMotionEventBuffer
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h622 void ClientManager<KEY, VALUE, LISTENER>::removeAll() { in removeAll() function
/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java1146 private void removeAll(Predicate<JobStatus> predicate) { in removeAll() method in JobStore.JobSet