/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | OverlayPackagesProvider.java | 110 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/ |
D | TimeLimitedMotionEventBuffer.java | 140 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/ |
D | ImsResolverTest.java | 655 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/ |
D | AbstractCollection.java | 70 public boolean removeAll(Collection<?> collection) { in removeAll() method in AbstractCollection
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | PrivateAddressCoordinator.java | 139 toBeRemoved.removeAll(asList(mConnectivityMgr.getAllNetworks())); in maybeRemoveDeprecatedUpstreams() 141 mUpstreamPrefixMap.removeAll(toBeRemoved); in maybeRemoveDeprecatedUpstreams()
|
/frameworks/base/core/java/android/gesture/ |
D | Learner.java | 80 instances.removeAll(toDelete); in removeInstances()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DumpController.kt | 73 listeners.removeAll { it.get() == listener || it.get() == null } in removeListener()
|
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 227 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
|
D | ArraySet.java | 614 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/ |
D | QSTileRevealController.java | 65 tileSpecs.removeAll(revealedTiles); in updateRevealedTiles()
|
/frameworks/base/core/java/android/os/ |
D | RegistrantList.java | 69 public synchronized void removeAll() { in removeAll() method in RegistrantList
|
/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
D | PduBody.java | 124 public void removeAll() { in removeAll() method in PduBody
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | InitDataParser.cpp | 159 request.removeAll(kBase64Padding); in generateRequest()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
D | InitDataParserUnittest.cpp | 65 encodedId.removeAll(kBase64Padding); in attemptParseExpectingSuccess()
|
/frameworks/base/core/java/android/preference/ |
D | PreferenceGroup.java | 208 public void removeAll() { in removeAll() method in PreferenceGroup
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 222 onlyInExpected.removeAll(actual); in assertEquals() 224 onlyInActual.removeAll(expected); in assertEquals()
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/ |
D | CarFacetButtonController.java | 79 public void removeAll() { in removeAll() method in CarFacetButtonController
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 792 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/ |
D | ImsCallbackAdapterManager.java | 91 storedSubIds.removeAll(newSubIds); in ImsCallbackAdapterManager()
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestGrouping.java | 127 testCaseClasses.removeAll(testCaseClassesInPackage(packageName)); in removePackagesRecursive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayManager.java | 138 overlayCategoriesToDisable.removeAll(categoryToPackage.keySet()); in applyCurrentUserOverlays()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerServiceUtils.java | 148 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/ |
D | LocalMediaManager.java | 279 mMediaDevices.removeAll(devices); in onDeviceListRemoved()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceController.java | 464 newFeatures.removeAll(oldImsFeatures); in changeImsServiceFeatures() 471 oldFeatures.removeAll(mImsFeatures); in changeImsServiceFeatures()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ScanTestUtil.java | 517 extraChannelsSet.removeAll(expectedChannelsSet); 518 expectedChannelsSet.removeAll(foundChannelsSet);
|