Searched defs:broadcastActiveDevice (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java439 // disconnected. Please see comment in broadcastActiveDevice() for why.
440 broadcastActiveDevice(null);
511 // disconnected. Please see comment in broadcastActiveDevice() for why.
512 broadcastActiveDevice(mActiveDevice);
836 private void broadcastActiveDevice(BluetoothDevice device) { method in class:A2dpService
838 Log.d(TAG, "broadcastActiveDevice(" + device + ")");
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java1039 broadcastActiveDevice(null);
1065 broadcastActiveDevice(mActiveDevice);
1067 broadcastActiveDevice(mActiveDevice);
1075 broadcastActiveDevice(mActiveDevice);
1669 private void broadcastActiveDevice(BluetoothDevice device) { method in class:HeadsetService
1670 logD("broadcastActiveDevice: " + device);

Completed in 14 milliseconds