/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | ProtobufArrayListTest.java | 253 list.retainAll(Collections.emptyList()); in assertImmutable() 260 list.retainAll(Collections.singleton(1)); in assertImmutable() 267 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | FloatArrayListTest.java | 419 list.retainAll(Collections.<Float>emptyList()); in assertImmutable() 426 list.retainAll(Collections.singleton(1F)); in assertImmutable() 433 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | LongArrayListTest.java | 419 list.retainAll(Collections.<Long>emptyList()); in assertImmutable() 426 list.retainAll(Collections.singleton(1L)); in assertImmutable() 433 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | IntArrayListTest.java | 419 list.retainAll(Collections.<Integer>emptyList()); in assertImmutable() 426 list.retainAll(Collections.singleton(1)); in assertImmutable() 433 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | DoubleArrayListTest.java | 419 list.retainAll(Collections.<Double>emptyList()); in assertImmutable() 426 list.retainAll(Collections.singleton(1D)); in assertImmutable() 433 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | BooleanArrayListTest.java | 416 list.retainAll(Collections.<Boolean>emptyList()); in assertImmutable() 430 list.retainAll(UNARY_LIST); in assertImmutable()
|
D | LazyStringArrayListTest.java | 343 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/ |
D | AbstractProtobufList.java | 160 public boolean retainAll(Collection<?> c) { in retainAll() method in AbstractProtobufList 162 return super.retainAll(c); in retainAll()
|
D | MapField.java | 454 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/ |
D | TimeLimitedMotionEventBuffer.java | 145 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/ |
D | AbstractCollection.java | 75 public boolean retainAll(Collection<?> collection) { in retainAll() method in AbstractCollection
|
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 232 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
|
D | ArraySet.java | 903 public boolean retainAll(Collection<?> collection) { in retainAll() method in ArraySet
|
D | ArrayMap.java | 970 public boolean retainAll(Collection<?> collection) { in retainAll() method in ArrayMap
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WakeupController.java | 248 matchInfos.retainAll(getGoodSavedNetworksAndSuggestions()); in start() 380 matchInfos.retainAll(goodNetworks); in handleScanResults()
|
D | WifiNetworkSuggestionsManager.java | 639 removingSuggestions.retainAll(extNetworkSuggestions); in removeInternal()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | EnabledComponentsObserver.java | 179 packagesFromSettings.retainAll(implementingPackages); in rebuildAll()
|
/frameworks/base/core/java/android/app/ |
D | FragmentTransition.java | 728 outSharedElements.retainAll(names); in captureOutSharedElements() 742 nameOverrides.retainAll(outSharedElements.keySet()); in captureOutSharedElements() 785 inSharedElements.retainAll(names); in captureInSharedElements()
|
D | ActivityTransitionCoordinator.java | 234 sharedElements.retainAll(mAllSharedElementNames); in viewsReady()
|
/frameworks/base/services/core/java/com/android/server/ |
D | ExplicitHealthCheckController.java | 162 newRequestedPackages.retainAll(supportedPackages); in syncRequests()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | OverlayPackagesProviderTest.java | 268 required.retainAll(disallowed); in verifyEmptyIntersection()
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 227 intersection.retainAll(actual); in assertEquals()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseTypeAndAccountActivity.java | 567 setOfRelevantAccountTypes.retainAll(supportedAccountTypes); in getReleventAccountTypes()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreKeyPairGeneratorSpi.java | 903 result.retainAll(authorizedKeymasterKeyDigests); in getAvailableKeymasterSignatureDigests()
|
/frameworks/base/tests/PackageWatchdog/src/com/android/server/ |
D | PackageWatchdogTest.java | 862 packages.retainAll(mSupportedPackages); in syncRequests()
|