Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
140 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
168 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetProfile
DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in disconnect()
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
163 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in MapProfile
DA2dpProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
106 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpProfile
116 List<BluetoothDevice> sinks = getConnectedDevices(); in connect()
163 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in isA2dpPlaying()
DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected()
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
DPanProfile.java87 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java145 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService
147 return mStateMachine.getConnectedDevices(); in getConnectedDevices()
241 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService.BluetoothA2dpBinder
244 return service.getConnectedDevices(); in getConnectedDevices()
DA2dpStateMachine.java617 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java129 List<BluetoothDevice> DevList = getConnectedDevices(); in cleanup()
274 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService.BluetoothPanBinder
277 return service.getConnectedDevices(); in getConnectedDevices()
332 List<BluetoothDevice> DevList = getConnectedDevices(); in setBluetoothTethering()
338 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java155 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService.BluetoothHeadsetBinder
158 return service.getConnectedDevices(); in getConnectedDevices()
348 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService
350 return mStateMachine.getConnectedDevices(); in getConnectedDevices()
DHeadsetStateMachine.java1075 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetStateMachine
/packages/services/Telephony/src/com/android/phone/
DBluetoothManager.java120 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable()
145 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAudioConnected()
334 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dumpBluetoothState()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java569 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService
797 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService.BluetoothMapBinder
801 return service.getConnectedDevices(); in getConnectedDevices()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothHeadsetHandover.java172 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit()
173 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java995 connectedDevices.addAll(mClientMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()
996 connectedDevices.addAll(mServerMap.getConnectedDevices()); in getDevicesMatchingConnectionStates()
1228 List<String> getConnectedDevices() { in getConnectedDevices() method in GattService
1232 connectedDevAddress.addAll(mClientMap.getConnectedDevices()); in getConnectedDevices()
1233 connectedDevAddress.addAll(mServerMap.getConnectedDevices()); in getConnectedDevices()
DContextMap.java195 Set<String> getConnectedDevices() { in getConnectedDevices() method in ContextMap
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1137 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices(); in processConnectOtherProfiles()
1138 List<BluetoothDevice> hfConnDevList= hsService.getConnectedDevices(); in processConnectOtherProfiles()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidService.java319 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HidService.BluetoothInputDeviceBinder
/packages/apps/Settings/src/com/android/settings/
DTetherSettings.java403 int bluetoothTethered = bluetoothPan.getConnectedDevices().size(); in updateBluetoothState()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DVoiceDialerActivity.java421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();