Home
last modified time | relevance | path

Searched refs:isA2dpPlaying (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothAdapter.java174 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()
178 if ((a2dpSink != null) && (a2dpSink.isA2dpPlaying())){ in startScanning()
DA2dpSinkProfile.java167 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpSinkProfile
173 if (mService.isA2dpPlaying(srcs.get(0))) { in isA2dpPlaying()
DA2dpProfile.java201 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpProfile
205 if (mService.isA2dpPlaying(device)) { in isA2dpPlaying()
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dpSink.java385 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dpSink
389 return service.isA2dpPlaying(device); in isA2dpPlaying()
DBluetoothA2dp.java549 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in BluetoothA2dp
554 return service.isA2dpPlaying(device); in isA2dpPlaying()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10522 Landroid/bluetooth/BluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
11827 Landroid/bluetooth/IBluetoothA2dp$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
11863 Landroid/bluetooth/IBluetoothA2dp;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
11881 Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice…
11905 Landroid/bluetooth/IBluetoothA2dpSink;->isA2dpPlaying(Landroid/bluetooth/BluetoothDevice;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5799 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);
/frameworks/base/api/
Dcurrent.txt7948 method public boolean isA2dpPlaying(android.bluetooth.BluetoothDevice);