Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DProtobufArrayListTest.java253 list.retainAll(Collections.emptyList()); in assertImmutable()
260 list.retainAll(Collections.singleton(1)); in assertImmutable()
267 list.retainAll(UNARY_LIST); in assertImmutable()
DFloatArrayListTest.java419 list.retainAll(Collections.<Float>emptyList()); in assertImmutable()
426 list.retainAll(Collections.singleton(1F)); in assertImmutable()
433 list.retainAll(UNARY_LIST); in assertImmutable()
DLongArrayListTest.java419 list.retainAll(Collections.<Long>emptyList()); in assertImmutable()
426 list.retainAll(Collections.singleton(1L)); in assertImmutable()
433 list.retainAll(UNARY_LIST); in assertImmutable()
DIntArrayListTest.java419 list.retainAll(Collections.<Integer>emptyList()); in assertImmutable()
426 list.retainAll(Collections.singleton(1)); in assertImmutable()
433 list.retainAll(UNARY_LIST); in assertImmutable()
DDoubleArrayListTest.java419 list.retainAll(Collections.<Double>emptyList()); in assertImmutable()
426 list.retainAll(Collections.singleton(1D)); in assertImmutable()
433 list.retainAll(UNARY_LIST); in assertImmutable()
DBooleanArrayListTest.java416 list.retainAll(Collections.<Boolean>emptyList()); in assertImmutable()
430 list.retainAll(UNARY_LIST); in assertImmutable()
DLazyStringArrayListTest.java343 list.retainAll(asList()); in assertGenericListImmutable()
350 list.retainAll(asList()); in assertGenericListImmutable()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DAbstractProtobufList.java160 public boolean retainAll(Collection<?> c) { in retainAll() method in AbstractProtobufList
162 return super.retainAll(c); in retainAll()
DMapField.java454 public boolean retainAll(Collection<?> c) { in retainAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareCollection
456 return delegate.retainAll(c); in retainAll()
547 public boolean retainAll(Collection<?> c) { in retainAll() method in MapField.MutatabilityAwareMap.MutatabilityAwareSet
549 return delegate.retainAll(c); in retainAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DTimeLimitedMotionEventBuffer.java145 public boolean retainAll(Collection<?> c) { in retainAll() method in TimeLimitedMotionEventBuffer
146 return mMotionEvents.retainAll(c); in retainAll()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DAbstractCollection.java75 public boolean retainAll(Collection<?> collection) { in retainAll() method in AbstractCollection
/frameworks/base/core/java/android/util/
DMapCollections.java232 public boolean retainAll(Collection<?> collection) { in retainAll() method in MapCollections.EntrySet
322 public boolean retainAll(Collection<?> collection) { in retainAll() method in MapCollections.KeySet
427 public boolean retainAll(Collection<?> collection) { in retainAll() method in MapCollections.ValuesCollection
DArraySet.java903 public boolean retainAll(Collection<?> collection) { in retainAll() method in ArraySet
DArrayMap.java970 public boolean retainAll(Collection<?> collection) { in retainAll() method in ArrayMap
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupController.java248 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start()
380 matchInfos.retainAll(goodNetworks); in handleScanResults()
DWifiNetworkSuggestionsManager.java639 removingSuggestions.retainAll(extNetworkSuggestions); in removeInternal()
/frameworks/base/services/core/java/com/android/server/vr/
DEnabledComponentsObserver.java179 packagesFromSettings.retainAll(implementingPackages); in rebuildAll()
/frameworks/base/core/java/android/app/
DFragmentTransition.java728 outSharedElements.retainAll(names); in captureOutSharedElements()
742 nameOverrides.retainAll(outSharedElements.keySet()); in captureOutSharedElements()
785 inSharedElements.retainAll(names); in captureInSharedElements()
DActivityTransitionCoordinator.java234 sharedElements.retainAll(mAllSharedElementNames); in viewsReady()
/frameworks/base/services/core/java/com/android/server/
DExplicitHealthCheckController.java162 newRequestedPackages.retainAll(supportedPackages); in syncRequests()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOverlayPackagesProviderTest.java268 required.retainAll(disallowed); in verifyEmptyIntersection()
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java227 intersection.retainAll(actual); in assertEquals()
/frameworks/base/core/java/android/accounts/
DChooseTypeAndAccountActivity.java567 setOfRelevantAccountTypes.retainAll(supportedAccountTypes); in getReleventAccountTypes()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreKeyPairGeneratorSpi.java903 result.retainAll(authorizedKeymasterKeyDigests); in getAvailableKeymasterSignatureDigests()
/frameworks/base/tests/PackageWatchdog/src/com/android/server/
DPackageWatchdogTest.java862 packages.retainAll(mSupportedPackages); in syncRequests()

12