Home
last modified time | relevance | path

Searched defs:removeAll (Results 1 – 19 of 19) 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/apex/jobscheduler/framework/java/android/app/
DIAlarmManager.aidl40 void removeAll(String packageName); in removeAll() method
/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.java672 public boolean removeAll(ArraySet<? extends E> array) { in removeAll() method in ArraySet
976 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArraySet
DArrayMap.java1028 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/services/permission/java/com/android/server/permission/access/collection/
DIndexedListSet.kt59 override fun removeAll(elements: Collection<T>): Boolean { in <lambda>() method in com.android.server.permission.access.collection.IndexedListSet
/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/api/
Dapi.go422 func removeAll(s []string, vs []string) []string { func
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl114 void removeAll(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in removeAll() method
DFaceManager.java582 public void removeAll(int userId, @NonNull RemovalCallback callback) { in removeAll() method in FaceManager
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl112 …void removeAll(IBinder token, int userId, IFingerprintServiceReceiver receiver, String opPackageNa… in removeAll() method
DFingerprintManager.java870 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.java399 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.java1827 private void removeAll(Predicate<JobStatus> predicate) { in removeAll() method in JobStore.JobSet