Searched refs:supportedProfiles (Results 1 – 3 of 3) sorted by relevance
80 private int checkIsProfileEnabledInList(int profile, List<Integer> supportedProfiles) { in checkIsProfileEnabledInList() argument82 final boolean isSupported = supportedProfiles.contains(profile); in checkIsProfileEnabledInList()
408 addAll(supportedProfiles()) in <lambda>()412 private fun supportedProfiles(): Collection<Array<String?>> = DEVICE_PROFILES.map { in <lambda>() method
2063 Set<Long> supportedProfiles = dynamicProfiles.getSupportedProfiles(); in test10BitOutputCharacteristics() local2065 !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()