Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DHeadsetProfile.java64 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
111 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
136 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
DA2dpProfile.java76 private List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
84 List<BluetoothDevice> sinks = getConnectedDevices(); in connect()
120 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
DHidProfile.java78 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
DPanProfile.java74 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothHeadsetHandover.java125 if (mA2dp.getConnectedDevices().contains(mDevice) || in start()
126 mHeadset.getConnectedDevices().contains(mDevice)) { in start()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
/packages/apps/Phone/src/com/android/phone/
DBluetoothHeadsetService.java597 public List<BluetoothDevice> getConnectedDevices() {
DInCallScreen.java4144 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable()
4236 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dumpBluetoothState()