Searched refs:getSupportedProfiles (Results 1 – 12 of 12) sorted by relevance
88 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()
326 public void getSupportedProfiles() { in getSupportedProfiles() method in SystemBluetoothTest327 assertThat(sAdapter.getSupportedProfiles()).isNotNull(); in getSupportedProfiles()
100 final List<Integer> pList = mAdapter.getSupportedProfiles(); in profileEnabledValueInList()
338 profiles.getSupportedProfiles().stream().mapToLong(Long::longValue).toArray()); in storeDynamicRangeProfiles()
704 for (Long profile : profiles.getSupportedProfiles()) { in testMandatory10BitStreamCombinations()719 profiles.getSupportedProfiles()); in testMandatory10BitStreamCombinations()
2063 Set<Long> supportedProfiles = dynamicProfiles.getSupportedProfiles(); in test10BitOutputCharacteristics()2432 dynamicRangeProfiles.getSupportedProfiles(); in test10BitColorSpaceOutputCharacteristics()
428 Set<Long> availableProfiles = profiles.getSupportedProfiles(); in getDynamicRangeProfile()
832 assertTrue(dynamicRangeProfiles.getSupportedProfiles() in test10bitRepeatingAndCaptureCombined()
582 .getSupportedProfiles(); in isHDRCaptureSupported()
864 return profiles.getSupportedProfiles(); in getAvailableDynamicRangeProfilesChecked()
2808 profiles.getSupportedProfiles().contains(DynamicRangeProfiles.HLG10));
19998 method @NonNull public java.util.Set<java.lang.Long> getSupportedProfiles();