Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 13 of 13) 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/car/navigationbar/
DButtonRoleHolderController.java101 void removeAll() { in removeAll() method in ButtonRoleHolderController
DButtonSelectionStateController.java82 protected void removeAll() { in removeAll() method in ButtonSelectionStateController
DCarNavigationBarController.java104 public void removeAll() { in removeAll() method in CarNavigationBarController
/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.java670 public boolean removeAll(ArraySet<? extends E> array) { in removeAll() method in ArraySet
957 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArraySet
DArrayMap.java998 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.h636 void ClientManager<KEY, VALUE, LISTENER>::removeAll() { in removeAll() function
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java1157 private void removeAll(Predicate<JobStatus> predicate) { in removeAll() method in JobStore.JobSet