Home
last modified time | relevance | path

Searched defs:getSupportedProfiles (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowBluetoothAdapter.java36 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowBluetoothAdapter.java92 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java54 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DConfig.java151 static Class[] getSupportedProfiles() { in getSupportedProfiles() method in Config
H A DAdapterService.java1698 public long getSupportedProfiles() { in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothAdapter.java252 public List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in LocalBluetoothAdapter
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp214 Return<void> Stream::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::Stream
H A DStreamIn.cpp232 Return<void> StreamIn::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
H A DStreamOut.cpp239 Return<void> StreamOut::getSupportedProfiles(getSupportedProfiles_cb _hidl_cb) { in getSupportedProfiles() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetooth.aidl113 long getSupportedProfiles(); in getSupportedProfiles() method
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2514 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter