Searched defs:isA2dpPlaying (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java161 boolean isA2dpPlaying() { method in class:A2dpProfile
165 if (mService.isA2dpPlaying(sinks.get(0))) {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java201 synchronized boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpService
204 if (DBG) Log.d(TAG, "isA2dpPlaying(" + device + ")");
294 public boolean isA2dpPlaying(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
297 return service.isA2dpPlaying(device);

Completed in 95 milliseconds