Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DAudioManagerHelper.java113 IntStream.range(1, 15).boxed().collect(Collectors.toList()); in getRequestSadFormatsParams()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java412 public LayoutParams(int width, int height, int gravity, int boxed) { in LayoutParams() argument
414 boxedEdges = boxed; in LayoutParams()
/cts/tests/tests/media/src/android/media/cts/
DAudioManagerTest.java1844 HashSet<Integer> formats = IntStream.of(device.getEncodings()).boxed() in testGetDevices()
1846 HashSet<Integer> channelMasks = IntStream.of(device.getChannelMasks()).boxed() in testGetDevices()
1848 HashSet<Integer> channelIndexMasks = IntStream.of(device.getChannelIndexMasks()).boxed() in testGetDevices()
1850 HashSet<Integer> sampleRates = IntStream.of(device.getSampleRates()).boxed() in testGetDevices()
1858 channelMasksFromProfile.addAll(Arrays.stream(profile.getChannelMasks()).boxed() in testGetDevices()
1861 .boxed().collect(Collectors.toList())); in testGetDevices()
1862 sampleRatesFromProfile.addAll(Arrays.stream(profile.getSampleRates()).boxed() in testGetDevices()
/cts/tests/tests/car/src/android/car/cts/utils/
DVehiclePropertyVerifier.java169 Arrays.stream(carPropertyConfig.getAreaIds()).boxed().collect( in verifyCarPropertyValueCallback()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java3270 .boxed().collect(Collectors.toSet()); in testGetAllNetworkTypes()