Home
last modified time | relevance | path

Searched refs:supportedList (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java297 List<CodecType> supportedList = getSupportedCodecTypes(); in testRequiredMediaCodecList() local
298 assertTrue(areRequiredCodecTypesSupported(requiredList, supportedList)); in testRequiredMediaCodecList()
352 List<CodecType> requiredList, List<CodecType> supportedList) { in areRequiredCodecTypesSupported() argument
355 for (CodecType supportedCodec: supportedList) { in areRequiredCodecTypesSupported()
374 List<CodecType> supportedList = new ArrayList<CodecType>(); in getSupportedCodecTypes() local
380 supportedList.add(new CodecType(types[j], isEncoder, null /* sampleFormat */)); in getSupportedCodecTypes()
383 return supportedList; in getSupportedCodecTypes()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java2140 int[] supportedList = capability.getSupportedChannelList(band); in getAvailableBandAndChannelForTesting() local
2141 if (supportedList.length != 0) { in getAvailableBandAndChannelForTesting()
2142 testBandsAndChannels.put(band, supportedList[0]); in getAvailableBandAndChannelForTesting()