Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java201 synchronized boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in A2dpService
294 public boolean isA2dpPlaying(BluetoothDevice device) { in isA2dpPlaying() method in A2dpService.BluetoothA2dpBinder
297 return service.isA2dpPlaying(device); in isA2dpPlaying()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DA2dpProfile.java161 boolean isA2dpPlaying() { in isA2dpPlaying() method in A2dpProfile
165 if (mService.isA2dpPlaying(sinks.get(0))) { in isA2dpPlaying()
DLocalBluetoothAdapter.java153 if (a2dp != null && a2dp.isA2dpPlaying()) { in startScanning()