Home
last modified time | relevance | path

Searched refs:getSupportedProfiles (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothCddTest.java88 assertThat(mAdapter.getSupportedProfiles()).contains(BluetoothProfile.GATT); in C_3_BleRequirements()
97 assertThat(mAdapter.getSupportedProfiles()).doesNotContain(BluetoothProfile.LE_AUDIO); in C_7_LeAudioUnicastRequirements()
100 assertThat(mAdapter.getSupportedProfiles()).containsAtLeast( in C_7_LeAudioUnicastRequirements()
117 assertThat(mAdapter.getSupportedProfiles()).doesNotContain( in C_8_LeAudioBroadcastSourceRequirements()
120 assertThat(mAdapter.getSupportedProfiles()).containsAtLeast( in C_8_LeAudioBroadcastSourceRequirements()
136 assertThat(mAdapter.getSupportedProfiles()).doesNotContain( in C_9_LeAudioBroadcastAssistantRequirements()
139 assertThat(mAdapter.getSupportedProfiles()).contains( in C_9_LeAudioBroadcastAssistantRequirements()
DSystemBluetoothTest.java326 public void getSupportedProfiles() { in getSupportedProfiles() method in SystemBluetoothTest
327 assertThat(sAdapter.getSupportedProfiles()).isNotNull(); in getSupportedProfiles()
DBluetoothConfigTest.java100 final List<Integer> pList = mAdapter.getSupportedProfiles(); in profileEnabledValueInList()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java338 profiles.getSupportedProfiles().stream().mapToLong(Long::longValue).toArray()); in storeDynamicRangeProfiles()
/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java704 for (Long profile : profiles.getSupportedProfiles()) { in testMandatory10BitStreamCombinations()
719 profiles.getSupportedProfiles()); in testMandatory10BitStreamCombinations()
DExtendedCameraCharacteristicsTest.java2063 Set<Long> supportedProfiles = dynamicProfiles.getSupportedProfiles(); in test10BitOutputCharacteristics()
2432 dynamicRangeProfiles.getSupportedProfiles(); in test10BitColorSpaceOutputCharacteristics()
DRecordingTest.java428 Set<Long> availableProfiles = profiles.getSupportedProfiles(); in getDynamicRangeProfile()
DCameraExtensionSessionTest.java832 assertTrue(dynamicRangeProfiles.getSupportedProfiles() in test10bitRepeatingAndCaptureCombined()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java582 .getSupportedProfiles(); in isHDRCaptureSupported()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java864 return profiles.getSupportedProfiles(); in getAvailableDynamicRangeProfilesChecked()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java2808 profiles.getSupportedProfiles().contains(DynamicRangeProfiles.HLG10));
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt19998 method @NonNull public java.util.Set<java.lang.Long> getSupportedProfiles();