Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowBluetoothAdapter.java97 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java38 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java277 static int[] getSupportedProfiles() { in getSupportedProfiles() method in Config
DAdapterService.java2786 public long getSupportedProfiles(AttributionSource source) { in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl109 long getSupportedProfiles(in AttributionSource attributionSource); in getSupportedProfiles() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2847 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter