/frameworks/av/services/camera/libcameraservice/tests/ |
D | ClientManagerTest.cpp | 81 cm.removeAll(); in TEST() 101 cm.removeAll(); in TEST() 118 cm.removeAll(); in TEST() 138 cm.removeAll(); in TEST()
|
/frameworks/base/api/ |
D | api.go | 262 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/ |
D | PackageSuspender.java | 100 packagesToSuspend.removeAll(mExemptedPackages); in suspendWithExemption() 124 packagesToUnsuspend.removeAll(mSuspendedPackageAfter); in unsuspend() 132 result.removeAll(mExemptedPackages); in unsuspend()
|
D | PersonalAppsSuspensionHelper.java | 97 result.removeAll(getCriticalPackages()); in getPersonalAppsForSuspension() 98 result.removeAll(getSystemLauncherPackages()); in getPersonalAppsForSuspension() 99 result.removeAll(getAccessibilityServices()); in getPersonalAppsForSuspension() 100 result.removeAll(getInputMethodPackages()); in getPersonalAppsForSuspension()
|
D | OverlayPackagesProvider.java | 169 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/ |
D | BiometricNotificationDialogFactoryTest.java | 105 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/ |
D | UpdatableFontDirTest.java | 1070 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/ |
D | ContactThrottlingList.java | 80 addToThrottlingUris.removeAll(throttlingUris); in getNotInThrottlingListUris() 103 mThrottlingList.removeAll(expiredContacts); in cleanUpExpiredContacts()
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/ |
D | DomainVerificationInternalUserState.java | 67 mEnabledHosts.removeAll(newHosts); in removeHosts() 72 mEnabledHosts.removeAll(newHosts); in removeHosts()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | TimeLimitedInputEventBuffer.java | 140 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/ |
D | BackupRestoreStorageManagerTest.kt | 53 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/ |
D | AbstractCollection.java | 70 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
|
/frameworks/base/apex/jobscheduler/framework/java/android/app/ |
D | IAlarmManager.aidl | 42 void removeAll(String packageName); in removeAll() method
|
/frameworks/base/core/java/android/gesture/ |
D | Learner.java | 80 instances.removeAll(toDelete); in removeInstances()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | BiometricNotificationDialogFactory.java | 130 mFingerprintManager.removeAll(userId, in reenrollFingerprint() 172 mFaceManager.removeAll(userId, in reenrollFace()
|
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 230 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/ |
D | SystemPartitionParseTest.kt | 60 files.removeAll { it -> in <lambda>()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsResolverTest.java | 952 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/ |
D | RegistrantList.java | 69 public synchronized void removeAll() { in removeAll() method in RegistrantList
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/qs/pipeline/data/repository/ |
D | FakeTileSpecRepository.kt | 53 value.toMutableList().apply { removeAll(tiles.filter { it != TileSpec.Invalid }) } in removeTiles()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | GestureManifold.java | 388 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/ |
D | ImsServiceController.java | 544 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/ |
D | AdditionalSubtypeMap.java | 104 return newMap.removeAll(keys) ? createOrEmpty(newMap) : this; in cloneWithRemoveOrSelf()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsServiceTests.java | 329 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/ |
D | QSTileRevealController.java | 80 tileSpecs.removeAll(revealedTiles); in updateRevealedTiles()
|