Home
last modified time | relevance | path

Searched refs:supportedProfiles (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothConfigTest.java80 private int checkIsProfileEnabledInList(int profile, List<Integer> supportedProfiles) { in checkIsProfileEnabledInList() argument
82 final boolean isSupported = supportedProfiles.contains(profile); in checkIsProfileEnabledInList()
/cts/tests/tests/companion/uiautomation/src/android/companion/cts/uiautomation/
DUiAutomationTestBase.kt408 addAll(supportedProfiles()) in <lambda>()
412 private fun supportedProfiles(): Collection<Array<String?>> = DEVICE_PROFILES.map { in <lambda>() method
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java2063 Set<Long> supportedProfiles = dynamicProfiles.getSupportedProfiles(); in test10BitOutputCharacteristics() local
2065 !supportedProfiles.isEmpty()); in test10BitOutputCharacteristics()
2067 mCollector.expectContains(supportedProfiles.toArray(), DynamicRangeProfiles.STANDARD); in test10BitOutputCharacteristics()
2068 mCollector.expectContains(supportedProfiles.toArray(), DynamicRangeProfiles.HLG10); in test10BitOutputCharacteristics()
2073 mCollector.expectContains(supportedProfiles.toArray(), recommendedProfile); in test10BitOutputCharacteristics()
2084 for (Long profile : supportedProfiles) { in test10BitOutputCharacteristics()
2097 mCollector.expectTrue(msg, supportedProfiles.contains(concurrentProfile)); in test10BitOutputCharacteristics()