Home
last modified time | relevance | path

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

1234

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOverlayPackagesProvider.java110 nonRequiredApps.removeAll(getRequiredApps(provisioningAction, admin.getPackageName())); in getNonRequiredApps()
112 nonRequiredApps.removeAll(getSystemInputMethods(userId)); in getNonRequiredApps()
116 nonRequiredApps.removeAll(getSystemInputMethods(userId)); in getNonRequiredApps()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTimeLimitedMotionEventBuffer.java140 public boolean removeAll(Collection<?> c) { in removeAll() method in TimeLimitedMotionEventBuffer
141 return mMotionEvents.removeAll(c); in removeAll()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java655 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_OneSimToMsim()
670 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_OneSimToMsim()
718 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_MsimToOneSim()
731 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind_MsimToOneSim()
807 deviceFeatureSet.removeAll(carrierFeatures); in testDeviceAndCarrierPackageBind()
1002 deviceFeatureSet.removeAll(carrierFeatures); in testAddDeviceFeatureWithCarrier()
1023 newDeviceFeatureSet.removeAll(carrierFeatures); in testAddDeviceFeatureWithCarrier()
1073 deviceFeatureSet1.removeAll(carrierFeatures); in testAddCarrierFeature()
1079 deviceFeatureSet2.removeAll(carrierFeatures); in testAddCarrierFeature()
1094 deviceFeatureSet1.removeAll(carrierFeatures); in testAddCarrierFeature()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DAbstractCollection.java70 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DPrivateAddressCoordinator.java139 toBeRemoved.removeAll(asList(mConnectivityMgr.getAllNetworks())); in maybeRemoveDeprecatedUpstreams()
141 mUpstreamPrefixMap.removeAll(toBeRemoved); in maybeRemoveDeprecatedUpstreams()
/frameworks/base/core/java/android/gesture/
DLearner.java80 instances.removeAll(toDelete); in removeInstances()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDumpController.kt73 listeners.removeAll { it.get() == listener || it.get() == null } in removeListener()
/frameworks/base/core/java/android/util/
DMapCollections.java227 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.EntrySet
317 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.KeySet
411 public boolean removeAll(Collection<?> collection) { in removeAll() method in MapCollections.ValuesCollection
DArraySet.java614 public boolean removeAll(ArraySet<? extends E> array) { in removeAll() method in ArraySet
901 public boolean removeAll(Collection<?> collection) { in removeAll() method in ArraySet
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSTileRevealController.java65 tileSpecs.removeAll(revealedTiles); in updateRevealedTiles()
/frameworks/base/core/java/android/os/
DRegistrantList.java69 public synchronized void removeAll() { in removeAll() method in RegistrantList
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduBody.java124 public void removeAll() { in removeAll() method in PduBody
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DInitDataParser.cpp159 request.removeAll(kBase64Padding); in generateRequest()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
DInitDataParserUnittest.cpp65 encodedId.removeAll(kBase64Padding); in attemptParseExpectingSuccess()
/frameworks/base/core/java/android/preference/
DPreferenceGroup.java208 public void removeAll() { in removeAll() method in PreferenceGroup
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java222 onlyInExpected.removeAll(actual); in assertEquals()
224 onlyInActual.removeAll(expected); in assertEquals()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarFacetButtonController.java79 public void removeAll() { in removeAll() method in CarFacetButtonController
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java792 addedPrefixes.removeAll(mLastRaParams.prefixes); in configureLocalIPv6Routes()
825 addedDnses.removeAll(mLastRaParams.dnses); in configureLocalIPv6Dns()
1313 removed.removeAll(newIfaces.ifnames); in upstreamInterfacesRemoved()
1319 if (mUpstreamIfaceSet != null) added.removeAll(mUpstreamIfaceSet.ifnames); in upstreamInterfacesAdd()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCallbackAdapterManager.java91 storedSubIds.removeAll(newSubIds); in ImsCallbackAdapterManager()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java127 testCaseClasses.removeAll(testCaseClassesInPackage(packageName)); in removePackagesRecursive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/
DThemeOverlayManager.java138 overlayCategoriesToDisable.removeAll(categoryToPackage.keySet()); in applyCurrentUserOverlays()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java148 packages.removeAll(sortTemp); in applyPackageFilter()
156 deps.removeAll(result); in applyPackageFilter()
158 packages.removeAll(deps); in applyPackageFilter()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
DLocalMediaManager.java279 mMediaDevices.removeAll(devices); in onDeviceListRemoved()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java464 newFeatures.removeAll(oldImsFeatures); in changeImsServiceFeatures()
471 oldFeatures.removeAll(mImsFeatures); in changeImsServiceFeatures()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DScanTestUtil.java517 extraChannelsSet.removeAll(expectedChannelsSet);
518 expectedChannelsSet.removeAll(foundChannelsSet);

1234