/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | HeadsetProfile.java | 66 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
|
D | MapProfile.java | 66 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
|
D | A2dpProfile.java | 63 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()
|
D | HidProfile.java | 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in onServiceConnected() 115 List<BluetoothDevice> deviceList = mService.getConnectedDevices(); in getConnectionStatus()
|
D | PanProfile.java | 87 List<BluetoothDevice> sinks = mService.getConnectedDevices(); in connect()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 145 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()
|
D | A2dpStateMachine.java | 617 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 129 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/ |
D | HeadsetService.java | 155 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()
|
D | HeadsetStateMachine.java | 1075 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetStateMachine
|
/packages/services/Telephony/src/com/android/phone/ |
D | BluetoothManager.java | 120 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/ |
D | BluetoothMapService.java | 569 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/ |
D | BluetoothHeadsetHandover.java | 172 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit() 173 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 995 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()
|
D | ContextMap.java | 195 Set<String> getConnectedDevices() { in getConnectedDevices() method in ContextMap
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1137 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices(); in processConnectOtherProfiles() 1138 List<BluetoothDevice> hfConnDevList= hsService.getConnectedDevices(); in processConnectOtherProfiles()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 319 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HidService.BluetoothInputDeviceBinder
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 403 int bluetoothTethered = bluetoothPan.getConnectedDevices().size(); in updateBluetoothState()
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
D | VoiceDialerActivity.java | 421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
|