/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 201 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpSinkService.A2dpSinkServiceBinder 206 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 327 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED}); in getConnectedDevices() 343 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpSinkService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientService.java | 282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientService.BluetoothPbapClientBinder 287 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 391 return getDevicesMatchingConnectionStates(desiredStates); in getConnectedDevices() 394 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientService
|
D | PbapClientStateMachine.java | 385 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientStateMachine
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 298 mHeadsetService.getDevicesMatchingConnectionStates( in testConnectFromApi() 313 mHeadsetService.getDevicesMatchingConnectionStates( in testConnectFromApi() 432 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_normalStartStop() 468 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_preemptedByTelecomCall() 508 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_rejectedWhenThereIsTelecomCall() 536 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testDialingOutCall_NormalDialingOut() 615 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testDialingOutCall_DialingOutPreemptVirtualCall() 1097 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testPhoneStateChangedWithIncomingCallState() 1173 mHeadsetService.getDevicesMatchingConnectionStates( in connectTestDevice()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
D | PanService.java | 163 getDevicesMatchingConnectionStates(desiredStates); in cleanup() 337 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService.BluetoothPanBinder 342 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 480 getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices() 484 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
D | MapClientService.java | 196 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED}); in getConnectedDevices() 203 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in MapClientService 526 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in MapClientService.Binder 534 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 470 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService.BluetoothHeadsetBinder 475 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 742 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in connect() 811 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService 1065 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in getFirstConnectedAudioDevice() 1654 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in onConnectionStateChangedFromStateMachine() 1797 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in okToAcceptConnection()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 460 return getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices() 464 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidDeviceService.BluetoothHidDeviceBinder 475 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 808 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidDeviceService
|
D | HidHostService.java | 382 return getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices() 386 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidHostService.BluetoothHidHostBinder 392 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 554 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidHostService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 287 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in AvrcpControllerService.AvrcpControllerServiceBinder 292 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 736 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED}); in getConnectedDevices() 757 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in AvrcpControllerService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 457 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapService 695 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapService.PbapBinder 703 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 260 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates( in connect() 390 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService 1248 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService.BluetoothA2dpBinder 1253 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 391 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HearingAidService 898 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HearingAidService.BluetoothHearingAidBinder 903 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
D | SapService.java | 567 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in SapService 1001 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in SapService.SapBinder 1007 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientService.java | 248 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientService.BluetoothHeadsetClientBinder 253 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 538 private synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientService
|
D | HeadsetClientStateMachine.java | 1763 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientStateMachine
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidDeviceTest.java | 450 Assert.assertTrue(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess() 473 Assert.assertFalse(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 554 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService 1285 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService.BluetoothMapBinder 1293 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 423 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService.BluetoothGattBinder 428 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates() 1863 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService
|