Home
last modified time | relevance | path

Searched refs:removeAll (Results 1 – 25 of 121) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricNotificationDialogFactoryTest.java100 verify(mFingerprintManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFingerprintReEnrollDialog_onRemovalSucceeded()
123 verify(mFingerprintManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFingerprintReEnrollDialog_onRemovalError()
144 verify(mFaceManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFaceReEnrollDialog_onRemovalSucceeded()
167 verify(mFaceManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFaceReEnrollDialog_onRemovalError()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPersonalAppsSuspensionHelper.java96 result.removeAll(getCriticalPackages()); in getPersonalAppsForSuspension()
97 result.removeAll(getSystemLauncherPackages()); in getPersonalAppsForSuspension()
98 result.removeAll(getAccessibilityServices()); in getPersonalAppsForSuspension()
99 result.removeAll(getInputMethodPackages()); in getPersonalAppsForSuspension()
H A DOverlayPackagesProvider.java157 nonRequiredApps.removeAll(getRequiredApps(provisioningAction, admin.getPackageName())); in getNonRequiredApps()
158 nonRequiredApps.removeAll(getSystemInputMethods(userId)); in getNonRequiredApps()
160 nonRequiredApps.removeAll( in getNonRequiredApps()
162 nonRequiredApps.removeAll(getDeviceManagerRoleHolders()); in getNonRequiredApps()
/aosp14/frameworks/base/api/
H A Dapi.go209 updatable_modules := removeAll(modules, non_updatable_modules)
241 modules = removeAll(modules, core_libraries_modules)
244 modules = removeAll(modules, non_updatable_modules)
271 modules = removeAll(modules, core_libraries_modules)
422 func removeAll(s []string, vs []string) []string { func
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
H A DDomainVerificationInternalUserState.java67 mEnabledHosts.removeAll(newHosts); in removeHosts()
72 mEnabledHosts.removeAll(newHosts); in removeHosts()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedMotionEventBuffer.java140 public boolean removeAll(Collection<?> c) { in removeAll() method in TimeLimitedMotionEventBuffer
141 return mMotionEvents.removeAll(c); in removeAll()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DBiometricNotificationDialogFactory.java110 fingerprintManager.removeAll(context.getUserId(), in reenrollFingerprint()
152 faceManager.removeAll(context.getUserId(), in reenrollFace()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DAbstractCollection.java70 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/
H A DIAlarmManager.aidl40 void removeAll(String packageName); in removeAll() method
/aosp14/frameworks/base/core/java/android/gesture/
H A DLearner.java80 instances.removeAll(toDelete); in removeInstances()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java291 verify(mFingerprintManager).removeAll(eq(PRIMARY_USER_ID), any()); in testClearLockCredential_removesBiometrics()
292 verify(mFaceManager).removeAll(eq(PRIMARY_USER_ID), any()); in testClearLockCredential_removesBiometrics()
294 verify(mFingerprintManager).removeAll(eq(MANAGED_PROFILE_USER_ID), any()); in testClearLockCredential_removesBiometrics()
295 verify(mFaceManager).removeAll(eq(MANAGED_PROFILE_USER_ID), any()); in testClearLockCredential_removesBiometrics()
/aosp14/frameworks/base/core/java/android/util/
H A 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
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/
H A DFakeTileSpecRepository.kt51 value.toMutableList().apply { removeAll(tiles.filter { it != TileSpec.Invalid }) }
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureManifold.java388 mGestures.removeAll(mMultiFingerGestures); in setMultiFingerGesturesEnabled()
406 mMultiFingerGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()
407 mGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
H A DSystemPartitionParseTest.kt60 files.removeAll { it ->
/aosp14/frameworks/base/core/java/android/os/
H A DRegistrantList.java69 public synchronized void removeAll() { in removeAll() method in RegistrantList
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskContainer.java264 mSplitContainers.removeAll(containers); in removeSplitContainers()
315 mContainers.removeAll(taskFragmentContainer); in removeTaskFragmentContainers()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSTileRevealController.java80 tileSpecs.removeAll(revealedTiles); in updateRevealedTiles()
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduBody.java125 public void removeAll() { in removeAll() method in PduBody
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
H A DActionReceiver.kt98 if (receiverDatas.removeAll { it.receiver == receiver } &&
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
H A DClockRegistry.kt292 availableClocks.entries.removeAll {
294 return@removeAll false
298 return@removeAll true
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
H A DPinInputDisplay.kt302 entries.removeAll(entriesToRemove)
315 entries.removeAll { it.isUnused }
/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/collection/
H A DIndexedListSet.kt59 override fun removeAll(elements: Collection<T>): Boolean {
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceGroup.java208 public void removeAll() { in removeAll() method in PreferenceGroup
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DIFaceService.aidl114 void removeAll(IBinder token, int userId, IFaceServiceReceiver receiver, String opPackageName); in removeAll() method

12345