Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 17 of 17) 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.java125 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/core/java/android/util/
DMapCollections.java229 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
319 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
413 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.java999 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/
DTimeLimitedMotionEventBuffer.java140 public boolean removeAll(Collection<?> c) { in removeAll() method in TimeLimitedMotionEventBuffer
/frameworks/base/services/core/java/com/android/server/utils/
DWatchedArraySet.java338 public boolean removeAll(ArraySet<? extends E> array) { in removeAll() method in WatchedArraySet
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl92 void removeAll(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in removeAll() method
DFaceManager.java535 public void removeAll(int userId, @NonNull RemovalCallback callback) { in removeAll() method in FaceManager
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl96 …void removeAll(IBinder token, int userId, IFingerprintServiceReceiver receiver, String opPackageNa… in removeAll() method
DFingerprintManager.java769 public void removeAll(int userId, @NonNull RemovalCallback callback) { in removeAll() method in FingerprintManager
/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h672 void ClientManager<KEY, VALUE, LISTENER>::removeAll() { in removeAll() function
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceService.java404 public void removeAll(final IBinder token, final int userId, in removeAll() method in FaceService.FaceServiceWrapper
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobStore.java1262 private void removeAll(Predicate<JobStatus> predicate) { in removeAll() method in JobStore.JobSet
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintService.java527 public void removeAll(final IBinder token, final int userId, in removeAll() method in FingerprintService.FingerprintServiceWrapper