Home
last modified time | relevance | path

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

12

/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/collections/
DQueryableHashSet.java97 public boolean removeAll(Collection<?> c) { in removeAll() method in QueryableHashSet
98 return mSet.removeAll(c); in removeAll()
/cts/tests/tests/security/src/android/security/cts/
DCertificateTest.java73 expectedCertificates.removeAll(deviceCertificates); in testNoRemovedCertificates()
101 deviceCertificates.removeAll(expectedCertificates); in testNoAddedCertificates()
130 expectedCertificates.removeAll(deviceWfaCertificates); in testNoRemovedWfaCertificates()
142 deviceWfaCertificates.removeAll(expectedCertificates); in testNoAddedWfaCertificates()
/cts/tests/tests/util/src/android/util/cts/
DArraySetTest.java491 assertTrue(arraySet.removeAll(arraySetToRemove));
493 assertFalse(arraySet.removeAll(arraySetToRemove));
497 assertTrue(arraySet.removeAll(arrayListToRemove));
499 assertFalse(arraySet.removeAll(arrayListToRemove));
504 assertTrue(arraySet.removeAll(copy));
506 assertFalse(arraySet.removeAll(copy));
DArrayMapTest.java702 map.removeAll(Arrays.asList(0, 1, 3, 5, 6));
707 map.removeAll(Collections.emptyList());
713 map.removeAll(Arrays.asList(2, 4));
/cts/tests/tests/preference/src/android/preference/cts/
DPreferenceGroupTest.java70 mPreferenceGroup.removeAll(); in testRemoveAll()
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/commands/
DMimeGroupCommands.java52 newMimeTypes.removeAll(typesToRemove); in removeMimeTypeFromGroup()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DAudioManagerHelper.java138 unsupportedAudioFormats.removeAll(mSupportedAudioFormats); in getRequestSadFormatsParams()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipDelegateConnection.java219 notRegistered.removeAll(regState.getRegisteredFeatureTags()); in verifyRegistrationStateRegistered()
280 requestedTags.removeAll(deniedFeatures); in verifyAllDenied()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementValuesTest.java168 svDiff.removeAll(mGnssMeasSvStringIds); in testListenForGnssMeasurements()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsProvider2_AccountRemovalTest.java321 remaining.removeAll(toBeRemoved); in assertContactsInDeleteLogEventually()
347 remaining.removeAll(toBeRemoved); in assertContactsDeletedEventually()
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java1029 mArbitraryW.removeAll(mArbitraryH); in initializeSizes()
1030 mArbitraryW.removeAll(mSizes); in initializeSizes()
1032 mArbitraryH.removeAll(mSizes); in initializeSizes()
1081 minMax.removeAll(mSizes); in addExtremeSizesFor()
1083 nearMinMax.removeAll(mSizes); in addExtremeSizesFor()
1336 sizes.removeAll(specificSizes); in input()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManagerTest.java204 localesSet.removeAll(Arrays.asList(PSEUDO_OR_EMPTY_LOCALES)); in testGetNonSystemLocales()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityLifecycleClientTestBase.java663 expectedTransitions.removeAll(Collections.singleton(ON_MULTI_WINDOW_MODE_CHANGED)); in moveTaskToPrimarySplitScreenAndVerify()
664 expectedTransitionForMinimizedDock.removeAll( in moveTaskToPrimarySplitScreenAndVerify()
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCtsConfigLoadingTest.java232 missingMandatoryParameters.removeAll(ALLOWLIST_MODULE_PARAMETERS); in testConfigurationLoad()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java241 offByDefaultRestrictions.removeAll( in testDefaultRestrictions()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
DPackages.java301 packages.removeAll(beforePackages); in install()
487 packages.removeAll(beforePackages); in installUsingAdb()
/cts/hostsidetests/appcloning/test-apps/AppCloningTestApp/src/com/android/cts/appcloningtestapp/
DAppCloningDeviceTest.java350 volumeListIncludingShared.removeAll(volumeList); in testStorageManager_verifyInclusionOfSharedProfileVolumes()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java304 result.removeAll(b); in difference()
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java433 availableStates.removeAll(availableStatesToRequest); in possibleStates()
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalInstallTest.java330 notLoadedComponents.removeAll(Lists.newArrayList(componentsToCheck)); in validateAppLaunch()
/cts/tests/tests/webkit/src/android/webkit/cts/
DGeolocationTest.java239 mProviders.removeAll(unavailableProviders); in addTestProviders()
/cts/tests/app/src/android/app/cts/
DSystemFeaturesTest.java112 notOfficialFeatures.removeAll(officialFeatures); in testFeatureNamespaces()
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java453 mBitstreams.removeAll(mProcessedBitstreams); in recover()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java449 droppedIds.removeAll(physicalCaptureResults.keySet()); in validateCaptureResult()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java548 result.removeAll(mFixedUsers); in getUsersCreatedByTests()

12