Searched refs:boxed (Results 1 – 14 of 14) sorted by relevance
111 Set<Integer> eventTypes = Arrays.stream(eventsArray).boxed().collect( in testQueryStatus_noPermission()126 Set<Integer> eventTypes = Arrays.stream(eventsArray).boxed().collect( in testStartConsentActivity_noPermission()
135 IntStream.range(1, 15).boxed().collect(Collectors.toList()); in getRequestSadFormatsParams()
60 mConsumedKeys.addAll(Arrays.stream(keyCodes).boxed().toList());
412 public LayoutParams(int width, int height, int gravity, int boxed) { in LayoutParams() argument414 boxedEdges = boxed; in LayoutParams()
329 requiredPublicApiColorResIds.addAll(Arrays.stream(systemColors).boxed().toList()); in resourceColor()330 requiredPublicApiColorResIds.addAll(Arrays.stream(materialSystemColors).boxed().toList()); in resourceColor()
251 .boxed() in assertAuthenticateAcquiredAtomsData()
2236 Set<Integer> formats = IntStream.of(device.getEncodings()).boxed() in testGetDevices()2238 Set<Integer> channelMasks = IntStream.of(device.getChannelMasks()).boxed() in testGetDevices()2240 Set<Integer> channelIndexMasks = IntStream.of(device.getChannelIndexMasks()).boxed() in testGetDevices()2242 Set<Integer> sampleRates = IntStream.of(device.getSampleRates()).boxed() in testGetDevices()2250 channelMasksFromProfile.addAll(Arrays.stream(profile.getChannelMasks()).boxed() in testGetDevices()2253 .boxed().collect(Collectors.toList())); in testGetDevices()2254 sampleRatesFromProfile.addAll(Arrays.stream(profile.getSampleRates()).boxed() in testGetDevices()
142 return array == null ? Set.of() : Arrays.stream(array).boxed().collect(toSet()); in arraytoSet()
992 minValue.intValue(), maxValue.intValue()).boxed().collect(Collectors.toList()); in getPossibleIntegerValues()1440 areaIds).boxed().collect(Collectors.toList())).size() in verifyCarPropertyConfig()1475 ImmutableSet.copyOf(Arrays.stream(areaIds).boxed().collect(Collectors.toSet())); in verifyCarPropertyConfig()1800 carPropertyConfig.getAreaIds()).boxed().collect(Collectors.toList()).contains( in verifyCarPropertyValue()1944 carPropertyConfig.getAreaIds()).boxed().collect(Collectors.toList())); in verifyNoAreaOverlapInAreaIds()
346 .boxed() in getSubtypeHashCodes()
392 gameModeInfo.getOverriddenGameModes()).boxed().toList())); in testGetGameModeInfoWithTwoGameModes()
403 .boxed().collect(Collectors.toList()); in executeSequenceTest()
5442 .boxed()5448 .boxed()5508 .boxed()5514 .boxed()6768 .boxed()6774 .boxed()6848 .boxed()6854 .boxed()7363 .boxed()
4346 .boxed().collect(Collectors.toSet()); in testGetAllNetworkTypes()