Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowBluetoothAdapter.java36 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowBluetoothAdapter.java93 protected List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in ShadowBluetoothAdapter
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java287 static Class[] getSupportedProfiles() { in getSupportedProfiles() method in Config
DAdapterService.java2643 public void getSupportedProfiles(AttributionSource source, in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
2655 private long getSupportedProfiles(AttributionSource source) { in getSupportedProfiles() method in AdapterService.AdapterServiceBinder
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java1829 private short[] getSupportedProfiles(BluetoothDevice device) { in getSupportedProfiles() method in FastPairDualConnection
1847 private static short[] getSupportedProfiles(byte[] transportBlock) in getSupportedProfiles() method in FastPairDualConnection
DConstants.java666 static short[] getSupportedProfiles() { in getSupportedProfiles() method in Constants
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetooth.aidl115 …oneway void getSupportedProfiles(in AttributionSource attributionSource, in SynchronousResultRecei… in getSupportedProfiles() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2964 public @NonNull List<Integer> getSupportedProfiles() { in getSupportedProfiles() method in BluetoothAdapter