/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothManagerTest.java | 78 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testIsBluetoothAvailableWithNoDevices() 85 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testIsBluetoothAvailable() 92 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testIsAudioConnectedWithNoDevices() 99 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testIsAudioConnectedWhenAudioNotOn() 107 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testIsAudioConnectedWhenAudioOn() 115 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testShouldBePendingAfterConnectAudio() 139 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testConnectServiceWhenUninitialized1() 148 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testConnectServiceWhenUninitialized2() 158 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testConnectServiceWhenUninitialized3() 169 when(mHeadsetProxy.getConnectedDevices()).thenReturn( in testReceiveAudioDisconnectWhenConnected() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStreamingStateMachine.java | 178 if (avrcpService != null && avrcpService.getConnectedDevices().size() == 1) { in startAvrcpUpdates() 192 if (avrcpService != null && avrcpService.getConnectedDevices().size() == 1) { in stopAvrcpUpdates() 206 if (avrcpService != null && avrcpService.getConnectedDevices().size() == 1) { in sendAvrcpPause() 211 avrcpService.getConnectedDevices().get(0), in sendAvrcpPause() 215 avrcpService.getConnectedDevices().get(0), in sendAvrcpPause() 230 if (avrcpService != null && avrcpService.getConnectedDevices().size() == 1) { in sendAvrcpPlay() 235 avrcpService.getConnectedDevices().get(0), in sendAvrcpPlay() 239 avrcpService.getConnectedDevices().get(0), in sendAvrcpPlay()
|
D | A2dpSinkService.java | 146 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkService 148 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 272 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkService.BluetoothA2dpSinkBinder 275 return service.getConnectedDevices(); in getConnectedDevices()
|
D | A2dpSinkStateMachine.java | 682 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpSinkStateMachine 838 (avrcpCtrlService.getConnectedDevices().contains(mDevice))){ in SendPassThruPlay()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 165 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService 167 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 267 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpService.BluetoothA2dpBinder 270 return service.getConnectedDevices(); in getConnectedDevices()
|
D | A2dpStateMachine.java | 651 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in A2dpStateMachine
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 158 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService.BluetoothHeadsetBinder 161 return service.getConnectedDevices(); in getConnectedDevices() 379 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetService 381 return mStateMachine.getConnectedDevices(); in getConnectedDevices() 560 for (BluetoothDevice device: getConnectedDevices()) { in enableWBS() 576 for (BluetoothDevice device: getConnectedDevices()) { in disableWBS()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothHeadsetProxy.java | 51 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothHeadsetProxy 52 return mBluetoothHeadset.getConnectedDevices(); in getConnectedDevices()
|
D | BluetoothManager.java | 210 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAvailable() 235 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in isBluetoothAudioConnected() 361 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices(); in dump()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 121 List<BluetoothDevice> DevList = getConnectedDevices(); in cleanup() 245 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService.BluetoothPanBinder 248 return service.getConnectedDevices(); in getConnectedDevices() 308 List<BluetoothDevice> DevList = getConnectedDevices(); in setBluetoothTethering() 314 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PanService
|
D | BluetoothTetheringNetworkFactory.java | 164 for (BluetoothDevice device : mPanService.getConnectedDevices()) { in onCancelRequest()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 174 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientService.BluetoothPbapClientBinder 179 return service.getConnectedDevices(); in getConnectedDevices() 280 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in PbapClientService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 189 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientService.BluetoothHeadsetClientBinder 194 return service.getConnectedDevices(); in getConnectedDevices() 511 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientService 513 return mStateMachine.getConnectedDevices(); in getConnectedDevices()
|
D | HeadsetClientStateMachine.java | 2421 List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HeadsetClientStateMachine
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 195 if (mInput.getConnectedDevices().contains(mDevice)) { in nextStepInit() 203 if (mA2dp.getConnectedDevices().contains(mDevice) || in nextStepInit() 204 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/ |
D | A2dpMediaBrowserService.java | 164 List<BluetoothDevice> devices = proxy.getConnectedDevices(); 304 List<BluetoothDevice> devices = mAvrcpProfile.getConnectedDevices(); in refreshInitialPlayingState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 511 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapService 840 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in SapService.SapBinder 844 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | AvrcpControllerService.java | 180 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in AvrcpControllerService 408 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in AvrcpControllerService.BluetoothAvrcpControllerBinder 411 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 532 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService 1231 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in BluetoothMapService.BluetoothMapBinder 1235 return service.getConnectedDevices(); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ContextMap.java | 290 Set<String> getConnectedDevices() { in getConnectedDevices() method in ContextMap
|
D | GattService.java | 1260 connectedDevices.addAll(mClientMap.getConnectedDevices()); in getDevicesMatchingConnectionStates() 1261 connectedDevices.addAll(mServerMap.getConnectedDevices()); in getDevicesMatchingConnectionStates() 1430 List<String> getConnectedDevices() { in getConnectedDevices() method in GattService 1434 connectedDevAddress.addAll(mClientMap.getConnectedDevices()); in getConnectedDevices() 1435 connectedDevAddress.addAll(mServerMap.getConnectedDevices()); in getConnectedDevices()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnectionService.java | 429 List<BluetoothDevice> devices = mHeadsetProfile.getConnectedDevices();
|
/packages/apps/Settings/src/com/android/settings/ |
D | TetherSettings.java | 470 int bluetoothTethered = bluetoothPan.getConnectedDevices().size(); in updateBluetoothState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 1755 List<BluetoothDevice> a2dpConnDevList= a2dpService.getConnectedDevices(); in processConnectOtherProfiles() 1756 List<BluetoothDevice> hfConnDevList= hsService.getConnectedDevices(); in processConnectOtherProfiles() 1830 List<BluetoothDevice> deviceList = hsService.getConnectedDevices(); in setProfileAutoConnectionPriority()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidService.java | 336 public List<BluetoothDevice> getConnectedDevices() { in getConnectedDevices() method in HidService.BluetoothInputDeviceBinder
|