Home
last modified time | relevance | path

Searched refs:addAll (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/aosp12/frameworks/native/services/utils/tests/
H A DPriorityDumper_test.cpp70 addAll(args, {"bunch", "of", "args"}); in TEST_F()
77 addAll(args, {"--dump-priority", "CRITICAL"}); in TEST_F()
87 addAll(strippedArgs, {"args", "left", "behind"}); in TEST_F()
97 addAll(strippedArgs, {"args", "left", "behind"}); in TEST_F()
107 addAll(strippedArgs, {"args", "left", "behind"}); in TEST_F()
117 addAll(strippedArgs, {"args", "left", "behind"}); in TEST_F()
127 addAll(strippedArgs, {"args", "left", "behind"}); in TEST_F()
135 addAll(args, {"args", "left", "behind"}); in TEST_F()
146 addAll(args, {"--dump-priority"}); in TEST_F()
155 addAll(args, {"--dump-priority", "REALLY_HIGH"}); in TEST_F()
[all …]
/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java475 mSupportedPreviewFpsRange.addAll(src.mSupportedPreviewFpsRange); in CameraCapabilities()
476 mSupportedPreviewSizes.addAll(src.mSupportedPreviewSizes); in CameraCapabilities()
477 mSupportedPreviewFormats.addAll(src.mSupportedPreviewFormats); in CameraCapabilities()
478 mSupportedVideoSizes.addAll(src.mSupportedVideoSizes); in CameraCapabilities()
479 mSupportedPhotoSizes.addAll(src.mSupportedPhotoSizes); in CameraCapabilities()
480 mSupportedPhotoFormats.addAll(src.mSupportedPhotoFormats); in CameraCapabilities()
481 mSupportedSceneModes.addAll(src.mSupportedSceneModes); in CameraCapabilities()
482 mSupportedFlashModes.addAll(src.mSupportedFlashModes); in CameraCapabilities()
483 mSupportedFocusModes.addAll(src.mSupportedFocusModes); in CameraCapabilities()
484 mSupportedWhiteBalances.addAll(src.mSupportedWhiteBalances); in CameraCapabilities()
[all …]
/aosp12/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/user/
H A DTvUserManager.java49 Collections.addAll(mRequiredSystemApps, in populateSystemAppsList()
51 Collections.addAll(mRequiredSystemApps, in populateSystemAppsList()
54 Collections.addAll(mDisallowedSystemApps, in populateSystemAppsList()
56 Collections.addAll(mDisallowedSystemApps, in populateSystemAppsList()
78 Collections.addAll(packages, disallowedPackages); in filterDisallowedPackages()
81 packages.addAll(mDisallowedSystemApps); in filterDisallowedPackages()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/
H A DUserItemsCombiner.java89 result.addAll(personalRootList); in createPresentableList()
91 result.addAll(workRootList); in createPresentableList()
93 result.addAll(mRootList); in createPresentableList()
94 result.addAll(mRootListOtherUser); in createPresentableList()
97 result.addAll(mRootList); in createPresentableList()
/aosp12/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java375 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()
383 mOnWindowFocusListeners.addAll(observer.mOnWindowFocusListeners); in merge()
391 mOnGlobalFocusListeners.addAll(observer.mOnGlobalFocusListeners); in merge()
399 mOnGlobalLayoutListeners.addAll(observer.mOnGlobalLayoutListeners); in merge()
407 mOnPreDrawListeners.addAll(observer.mOnPreDrawListeners); in merge()
415 mOnDrawListeners.addAll(observer.mOnDrawListeners); in merge()
423 mOnFrameCommitListeners.addAll(observer.captureFrameCommitCallbacks()); in merge()
447 mOnScrollChangedListeners.addAll(observer.mOnScrollChangedListeners); in merge()
455 mOnWindowShownListeners.addAll(observer.mOnWindowShownListeners); in merge()
1319 void addAll(CopyOnWriteArray<T> array) { in addAll() method in ViewTreeObserver.CopyOnWriteArray
[all …]
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSourcePlexor.java46 foundAlbums.addAll(mPicasaSource.findAlbums()); in findAlbums()
49 foundAlbums.addAll(mLocalSource.findAlbums()); in findAlbums()
60 foundImages.addAll(mPicasaSource.findImages(howMany)); in findImages()
63 foundImages.addAll(mLocalSource.findImages(howMany)); in findImages()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DChildSessionConfiguration.java150 mInboundTs.addAll(inTs); in ChildSessionConfiguration()
151 mOutboundTs.addAll(outTs); in ChildSessionConfiguration()
167 mInternalAddressList.addAll(internalAddresses); in ChildSessionConfiguration()
168 mSubnetAddressList.addAll(internalSubnets); in ChildSessionConfiguration()
169 mInternalDnsAddressList.addAll(internalDnsServers); in ChildSessionConfiguration()
170 mInternalDhcpAddressList.addAll(internalDhcpServers); in ChildSessionConfiguration()
284 mInboundTs.addAll(inTs); in Builder()
285 mOutboundTs.addAll(outTs); in Builder()
H A DIkeSessionConfiguration.java84 mRemoteVendorIds.addAll(remoteVendorIds); in IkeSessionConfiguration()
85 mEnabledExtensions.addAll(enabledExtensions); in IkeSessionConfiguration()
131 mPcscfServers.addAll(pcscfServers); in IkeSessionConfiguration()
132 mRemoteVendorIds.addAll(remoteVendorIds); in IkeSessionConfiguration()
133 mEnabledExtensions.addAll(enabledExtensions); in IkeSessionConfiguration()
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
H A DInitialConfiguration.java56 configCopy.ipAddresses.addAll(config.ipAddresses); in copy()
57 configCopy.directlyConnectedRoutes.addAll(config.directlyConnectedRoutes); in copy()
58 configCopy.dnsServers.addAll(config.dnsServers); in copy()
164 config.ipAddresses.addAll(Arrays.asList(p.ipAddresses)); in fromStableParcelable()
165 config.directlyConnectedRoutes.addAll(Arrays.asList(p.directlyConnectedRoutes)); in fromStableParcelable()
166 config.dnsServers.addAll( in fromStableParcelable()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DProcTimeInStateReader.java171 timeInStateFrequencyFormat.addAll(TIME_IN_STATE_HEADER_LINE_FORMAT); in initializeTimeInStateFormat()
172 timeInStateTimeFormat.addAll(TIME_IN_STATE_HEADER_LINE_FORMAT); in initializeTimeInStateFormat()
174 timeInStateFrequencyFormat.addAll(TIME_IN_STATE_LINE_FREQUENCY_FORMAT); in initializeTimeInStateFormat()
175 timeInStateTimeFormat.addAll(TIME_IN_STATE_LINE_TIME_FORMAT); in initializeTimeInStateFormat()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelperTest.java110 rawContactIdSet.addAll(Arrays.asList(1l, 2l, 3l, 4l, 5l, 6l, 7l, 8l, 9l)); in testFindConnectedRawContacts()
136 result1.addAll(Arrays.asList(1l, 2l, 3l, 7l, 8l, 9l)); in testFindConnectedRawContacts()
138 result2.addAll(Arrays.asList(4l, 5l)); in testFindConnectedRawContacts()
140 result3.addAll(Arrays.asList(6l)); in testFindConnectedRawContacts()
141 expected.addAll(Arrays.asList(result1, result2, result3)); in testFindConnectedRawContacts()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DCarPropertyUtils.java131 valuesList.addAll(value.int32Values.subList(1, value.int32Values.size())); in toMixedCarPropertyValue()
133 valuesList.addAll(value.int32Values); in toMixedCarPropertyValue()
135 valuesList.addAll(value.int64Values); in toMixedCarPropertyValue()
136 valuesList.addAll(value.floatValues); in toMixedCarPropertyValue()
137 valuesList.addAll(value.bytes); in toMixedCarPropertyValue()
155 Collections.addAll(v.int32Values, (Integer[]) o); in toVehiclePropValue()
159 Collections.addAll(v.floatValues, (Float[]) o); in toVehiclePropValue()
163 Collections.addAll(v.int64Values, (Long[]) o); in toVehiclePropValue()
251 Collections.addAll(v.bytes, (Byte[]) values[indexOfValues]); in toMixedVehiclePropValue()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java313 mCurrentCoexUnsafeChannels.addAll(coexUnsafeChannels); in setCoexUnsafeChannels()
474 currentBandUnsafeChannels.addAll(neighboringChannels); in updateCoexUnsafeChannels()
508 currentBandUnsafeChannels.addAll(harmonicChannels2g); in updateCoexUnsafeChannels()
524 currentBandUnsafeChannels.addAll(harmonicChannels5g); in updateCoexUnsafeChannels()
625 channelList5g.addAll(CHANNEL_SET_5_GHZ_20_MHZ); in updateCoexUnsafeChannels()
627 channelList5g.addAll(CHANNEL_SET_5_GHZ_40_MHZ); in updateCoexUnsafeChannels()
629 channelList5g.addAll(CHANNEL_SET_5_GHZ_80_MHZ); in updateCoexUnsafeChannels()
631 channelList5g.addAll(CHANNEL_SET_5_GHZ_160_MHZ); in updateCoexUnsafeChannels()
633 channelList5g.addAll(CHANNEL_SET_5_GHZ); in updateCoexUnsafeChannels()
793 mMockCellChannels.addAll(cellChannels); in setMockCellChannels()
[all …]
/aosp12/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/
H A DVehiclePropValueBuilder.java51 newValue.value.int32Values.addAll(propValue.value.int32Values); in clone()
52 newValue.value.floatValues.addAll(propValue.value.floatValues); in clone()
53 newValue.value.int64Values.addAll(propValue.value.int64Values); in clone()
54 newValue.value.bytes.addAll(propValue.value.bytes); in clone()
/aosp12/frameworks/base/core/java/android/security/keymaster/
H A DKeyCharacteristics.java104 result.addAll(hwEnforced.getEnums(tag)); in getEnums()
105 result.addAll(swEnforced.getEnums(tag)); in getEnums()
130 result.addAll(hwEnforced.getUnsignedLongs(tag)); in getUnsignedLongs()
131 result.addAll(swEnforced.getUnsignedLongs(tag)); in getUnsignedLongs()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
H A DTransportSipMessageValidatorTest.java204 pendingCallIds.addAll(ids); in testTransportClosingGracefullyNoPendingSessions()
226 pendingCallIds.addAll(ids); in testTransportClosingGracefullyCloseCallIds()
256 pendingCallIds.addAll(ids); in testTransportClosingGracefullyThenForceClose()
285 pendingCallIds.addAll(ids); in testTransportClosingGracefullyTimeout()
313 pendingCallIds.addAll(ids); in testTransportClosingGracefullyCleanup()
354 pendingCallIds.addAll(ids); in setRegStateChangedNoPendingCallIds()
374 pendingCallIds.addAll(ids); in setRegStateChangedPendingCallIdsMultipleCalls()
380 pendingCallIds.addAll(ids); in setRegStateChangedPendingCallIdsMultipleCalls()
403 pendingCallIds.addAll(ids); in setRegStateChangedPendingCallIdsTimeout()
426 pendingCallIds.addAll(ids); in setRegStateChangedPendingCallIdsResolved()
[all …]
/aosp12/frameworks/base/core/java/com/google/android/collect/
H A DSets.java73 Collections.addAll(set, elements); in newHashSet()
96 Collections.addAll(set, elements); in newSortedSet()
115 Collections.addAll(set, elements); in newArraySet()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DContextualCardsAdapterTest.java72 mAdapter.mContextualCards.addAll(getContextualCardList()); in getItemViewType_sliceFullWidth_shouldReturnSliceFullWidthViewType()
82 mAdapter.mContextualCards.addAll(cards); in getItemCount_cardList_shouldReturnListSize()
116 mAdapter.mContextualCards.addAll(getContextualCardList()); in onContextualCardUpdated_emptyList_shouldClearCardList()
128 mAdapter.mContextualCards.addAll(getContextualCardList()); in onContextualCardUpdated_newCardList_shouldUpdateCardList()
141 mAdapter.mContextualCards.addAll(getContextualCardList()); in onSwiped_shouldSetIsPendingDismissToTrue()
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DRequiresPermissionChecker.java172 actualPerm.addAll(nodePerm); in matchMethod()
271 res.addAll(perm); in from()
275 public void addAll(ParsedRequiresPermission perm) { in addAll() method in RequiresPermissionChecker.ParsedRequiresPermission
277 this.allOf.addAll(perm.allOf); in addAll()
278 this.anyOf.addAll(perm.anyOf); in addAll()
281 public void addAll(RequiresPermission perm) { in addAll() method in RequiresPermissionChecker.ParsedRequiresPermission
284 if (perm.allOf() != null) this.allOf.addAll(Arrays.asList(perm.allOf())); in addAll()
285 if (perm.anyOf() != null) this.anyOf.addAll(Arrays.asList(perm.anyOf())); in addAll()
432 symbols.addAll(ASTHelpers.findSuperMethods(method, state.getTypes())); in parseRequiresPermissionRecursively()
436 res.addAll(symbol.getAnnotation(RequiresPermission.class)); in parseRequiresPermissionRecursively()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/rollback/
H A DRollbackUnitTest.java144 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2, pkgInfo3, pkgInfo4)); in getPackageNamesAllAndJustApex()
158 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2, pkgInfo3, pkgInfo4)); in includesPackagesAfterEnable()
183 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in snapshotWhenEnabling()
201 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in snapshotWhenAvailable()
222 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in snapshotWhenDeleted()
243 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in snapshotThenDeleteNoApex()
265 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in snapshotThenDeleteWithApex()
288 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in restoreUserDataDoesNothingIfNotInProgress()
303 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in restoreUserDataDoesNothingIfPackageNotFound()
319 rollback.info.getPackages().addAll(Arrays.asList(pkgInfo1, pkgInfo2)); in restoreUserDataRestoresIfInProgressAndPackageFound()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputController.java271 mMediaDevices.addAll(devices); in buildMediaDevices()
295 targetMediaDevices.addAll(devices); in buildMediaDevices()
298 mMediaDevices.addAll(targetMediaDevices); in buildMediaDevices()
305 mGroupMediaDevices.addAll(selectedDevices); in getGroupMediaDevices()
306 mGroupMediaDevices.addAll(selectableDevices); in getGroupMediaDevices()
312 sourceDevices.addAll(selectedDevices); in getGroupMediaDevices()
313 sourceDevices.addAll(selectableDevices); in getGroupMediaDevices()
325 targetMediaDevices.addAll(sourceDevices); in getGroupMediaDevices()
328 mGroupMediaDevices.addAll(targetMediaDevices); in getGroupMediaDevices()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DFavoriteViewModel.java72 contactList.addAll(mBluetoothFavoriteContacts.getValue()); in FavoriteViewModel()
76 contactList.addAll(contacts); in FavoriteViewModel()
85 contactList.addAll(contacts); in FavoriteViewModel()
89 contactList.addAll(mLocalFavoriteContacts.getValue()); in FavoriteViewModel()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/shared/
H A DInitialConfigurationTest.java50 mConfig.ipAddresses.addAll(Arrays.asList( in setUp()
53 mConfig.directlyConnectedRoutes.addAll(Arrays.asList( in setUp()
56 mConfig.dnsServers.addAll(Arrays.asList( in setUp()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DSlidingWindowTest.java54 window.addAll(elements); in testAddOverflow()
62 window.addAll(elements); in testStream()
71 window.addAll(elements); in testCount()
/aosp12/frameworks/base/packages/SystemUI/monet/src/com/android/systemui/monet/
H A DColorScheme.kt56 allColors.addAll(accent1)
57 allColors.addAll(accent2)
58 allColors.addAll(accent3)
65 allColors.addAll(neutral1)
66 allColors.addAll(neutral2)

12345678910>>...45