Home
last modified time | relevance | path

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

123456

/frameworks/av/services/camera/libcameraservice/tests/
DClientManagerTest.cpp81 cm.removeAll(); in TEST()
101 cm.removeAll(); in TEST()
118 cm.removeAll(); in TEST()
138 cm.removeAll(); in TEST()
/frameworks/base/api/
Dapi.go262 updatable_modules := removeAll(modules, non_updatable_modules)
288 updatable_modules := removeAll(modules, non_updatable_modules)
333 modules = removeAll(modules, core_libraries_modules)
336 modules = removeAll(modules, non_updatable_modules)
364 modules = removeAll(modules, core_libraries_modules)
365 modules = removeAll(modules, non_updatable_modules)
378 modules = removeAll(modules, core_libraries_modules)
379 modules = removeAll(modules, non_updatable_modules)
392 bootclasspathModules := removeAll(bootclasspath, core_libraries_modules)
393 bootclasspathModules = removeAll(bootclasspath, non_updatable_modules)
[all …]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPackageSuspender.java100 packagesToSuspend.removeAll(mExemptedPackages); in suspendWithExemption()
124 packagesToUnsuspend.removeAll(mSuspendedPackageAfter); in unsuspend()
132 result.removeAll(mExemptedPackages); in unsuspend()
DPersonalAppsSuspensionHelper.java97 result.removeAll(getCriticalPackages()); in getPersonalAppsForSuspension()
98 result.removeAll(getSystemLauncherPackages()); in getPersonalAppsForSuspension()
99 result.removeAll(getAccessibilityServices()); in getPersonalAppsForSuspension()
100 result.removeAll(getInputMethodPackages()); in getPersonalAppsForSuspension()
DOverlayPackagesProvider.java169 nonRequiredApps.removeAll(getRequiredApps(provisioningAction, admin.getPackageName())); in getNonRequiredApps()
170 nonRequiredApps.removeAll(getSystemInputMethods(userId)); in getNonRequiredApps()
172 nonRequiredApps.removeAll( in getNonRequiredApps()
174 nonRequiredApps.removeAll(getDeviceManagerRoleHolders()); in getNonRequiredApps()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DBiometricNotificationDialogFactoryTest.java105 verify(mFingerprintManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFingerprintReEnrollDialog_onRemovalSucceeded()
131 verify(mFingerprintManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFingerprintReEnrollDialog_onRemovalError()
168 verify(mFaceManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFaceReEnrollDialog_onRemovalSucceeded()
194 verify(mFaceManager).removeAll(anyInt(), removalCallbackArgumentCaptor.capture()); in testFaceReEnrollDialog_onRemovalError()
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DUpdatableFontDirTest.java1070 private void removeAll(List<File> files) { in removeAll() method in UpdatableFontDirTest
1073 removeAll(List.of(file.listFiles())); in removeAll()
1195 removeAll(collectSignatureFiles()); in signatureAllMissingCase_fontFamilyInstalled_fontFamilyInstallLater()
1215 removeAll(collectSignatureFiles()); in signatureAllMissingCase_fontFamilyInstalled_fontInstallLater()
1235 removeAll(collectSignatureFiles()); in signatureAllMissingCase_fontFileInstalled_fontFamilyInstallLater()
1255 removeAll(collectSignatureFiles()); in signatureAllMissingCase_fontFileInstalled_fontFileInstallLater()
1355 removeAll(collectFontFiles()); in fontAllMissingCase_fontFamilyInstalled_fontFamilyInstallLater()
1375 removeAll(collectFontFiles()); in fontAllMissingCase_fontFamilyInstalled_fontInstallLater()
1395 removeAll(collectFontFiles()); in fontAllMissingCase_fontFileInstalled_fontFamilyInstallLater()
1415 removeAll(collectFontFiles()); in fontAllMissingCase_fontFileInstalled_fontFileInstallLater()
[all …]
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/
DContactThrottlingList.java80 addToThrottlingUris.removeAll(throttlingUris); in getNotInThrottlingListUris()
103 mThrottlingList.removeAll(expiredContacts); in cleanUpExpiredContacts()
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
DDomainVerificationInternalUserState.java67 mEnabledHosts.removeAll(newHosts); in removeHosts()
72 mEnabledHosts.removeAll(newHosts); in removeHosts()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DTimeLimitedInputEventBuffer.java140 public boolean removeAll(Collection<?> c) { in removeAll() method in TimeLimitedInputEventBuffer
141 return mInputEvents.removeAll(c); in removeAll()
/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/
DBackupRestoreStorageManagerTest.kt53 manager.removeAll() in tearDown()
117 fun removeAll() { in removeAll() method in com.android.settingslib.datastore.BackupRestoreStorageManagerTest
119 manager.removeAll() in removeAll()
/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.aidl42 void removeAll(String packageName); in removeAll() method
/frameworks/base/core/java/android/gesture/
DLearner.java80 instances.removeAll(toDelete); in removeInstances()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricNotificationDialogFactory.java130 mFingerprintManager.removeAll(userId, in reenrollFingerprint()
172 mFaceManager.removeAll(userId, in reenrollFace()
/frameworks/base/core/java/android/util/
DMapCollections.java230 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
320 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
414 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
DSystemPartitionParseTest.kt60 files.removeAll { it -> in <lambda>()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java952 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_OneSimToMsim()
968 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_OneSimToMsim()
1017 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_MsimToOneSim()
1031 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_MsimToOneSim()
1110 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind()
1299 deviceFeatureSet.removeAll(carrierFeatures); in testAddDeviceFeatureWithCarrier()
1320 newDeviceFeatureSet.removeAll(carrierFeatures); in testAddDeviceFeatureWithCarrier()
1372 deviceFeatureSet1.removeAll(carrierFeatures); in testAddCarrierFeature()
1378 deviceFeatureSet2.removeAll(carrierFeatures); in testAddCarrierFeature()
1394 deviceFeatureSet1.removeAll(carrierFeatures); in testAddCarrierFeature()
[all …]
/frameworks/base/core/java/android/os/
DRegistrantList.java69 public synchronized void removeAll() { in removeAll() method in RegistrantList
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/
DFakeTileSpecRepository.kt53 value.toMutableList().apply { removeAll(tiles.filter { it != TileSpec.Invalid }) } in removeTiles()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureManifold.java388 mGestures.removeAll(mMultiFingerGestures); in setMultiFingerGesturesEnabled()
406 mMultiFingerGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()
407 mGestures.removeAll(mTwoFingerSwipes); in setTwoFingerPassthroughEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java544 newFeatures.removeAll(oldImsFeatures); in changeImsServiceFeatures()
553 oldFeatures.removeAll(mImsFeatures); in changeImsServiceFeatures()
560 unchangedFeatures.removeAll(oldFeatures); in changeImsServiceFeatures()
561 unchangedFeatures.removeAll(newFeatures); in changeImsServiceFeatures()
579 unchangedFeatures.removeAll(removeAddFeatures); in changeImsServiceFeatures()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DAdditionalSubtypeMap.java104 return newMap.removeAll(keys) ? createOrEmpty(newMap) : this; in cloneWithRemoveOrSelf()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTests.java329 verify(mFingerprintManager).removeAll(eq(PRIMARY_USER_ID), any()); in testClearLockCredential_removesBiometrics()
330 verify(mFaceManager).removeAll(eq(PRIMARY_USER_ID), any()); in testClearLockCredential_removesBiometrics()
332 verify(mFingerprintManager).removeAll(eq(MANAGED_PROFILE_USER_ID), any()); in testClearLockCredential_removesBiometrics()
333 verify(mFaceManager).removeAll(eq(MANAGED_PROFILE_USER_ID), any()); in testClearLockCredential_removesBiometrics()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileRevealController.java80 tileSpecs.removeAll(revealedTiles); in updateRevealedTiles()

123456