Home
last modified time | relevance | path

Searched refs:mSupportedProfiles (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowBluetoothAdapter.java32 private List<Integer> mSupportedProfiles = new ArrayList<>(); field in ShadowBluetoothAdapter
37 return mSupportedProfiles; in getSupportedProfiles()
41 mSupportedProfiles.add(profile); in addSupportedProfiles()
45 mSupportedProfiles.clear(); in clearSupportedProfiles()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java37 private List<Integer> mSupportedProfiles; field in ShadowBluetoothAdapter
55 return mSupportedProfiles; in getSupportedProfiles()
59 mSupportedProfiles = supportedProfiles; in setSupportedProfiles()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp229 mSupportedProfiles.clear(); in refreshAudioProfiles()
232 mSupportedProfiles = itemAt(0)->getAudioProfiles(); in refreshAudioProfiles()
234 mSupportedProfiles = intersectAudioProfiles( in refreshAudioProfiles()
235 mSupportedProfiles, itemAt(i)->getAudioProfiles()); in refreshAudioProfiles()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DDeviceDescriptor.h279 const AudioProfileVector& getSupportedProfiles() { return mSupportedProfiles; }
293 AudioProfileVector mSupportedProfiles;