Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java195 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpSinkService.A2dpSinkServiceBinder
200 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
321 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED}); in getConnectedDevices()
337 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpSinkService
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java274 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientService.BluetoothPbapClientBinder
279 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
383 return getDevicesMatchingConnectionStates(desiredStates); in getConnectedDevices()
386 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientService
DPbapClientStateMachine.java385 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PbapClientStateMachine
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java298 mHeadsetService.getDevicesMatchingConnectionStates( in testConnectFromApi()
313 mHeadsetService.getDevicesMatchingConnectionStates( in testConnectFromApi()
434 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_normalStartStop()
470 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_preemptedByTelecomCall()
510 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testVirtualCall_rejectedWhenThereIsTelecomCall()
538 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testDialingOutCall_NormalDialingOut()
617 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testDialingOutCall_DialingOutPreemptVirtualCall()
1099 Assert.assertThat(mHeadsetServiceBinder.getDevicesMatchingConnectionStates( in testPhoneStateChangedWithIncomingCallState()
1176 mHeadsetService.getDevicesMatchingConnectionStates( in connectTestDevice()
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java157 getDevicesMatchingConnectionStates(desiredStates); in cleanup()
331 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService.BluetoothPanBinder
336 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
472 getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices()
476 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientService.java193 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED}); in getConnectedDevices()
200 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in MapClientService
509 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in MapClientService.Binder
517 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java466 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService.BluetoothHeadsetBinder
471 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
738 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in connect()
807 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetService
1058 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in getFirstConnectedAudioDevice()
1647 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in onConnectionStateChangedFromStateMachine()
1790 getDevicesMatchingConnectionStates(CONNECTING_CONNECTED_STATES); in okToAcceptConnection()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java287 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/hid/
DHidDeviceService.java457 return getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices()
461 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidDeviceService.BluetoothHidDeviceBinder
472 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
800 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidDeviceService
DHidHostService.java375 return getDevicesMatchingConnectionStates(new int[]{BluetoothProfile.STATE_CONNECTED}); in getConnectedDevices()
379 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidHostService.BluetoothHidHostBinder
385 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
547 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HidHostService
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java455 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapService
687 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothPbapService.PbapBinder
695 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java256 List<BluetoothDevice> sinks = getDevicesMatchingConnectionStates( in connect()
386 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService
1232 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in A2dpService.BluetoothA2dpBinder
1237 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java389 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HearingAidService
893 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HearingAidService.BluetoothHearingAidBinder
898 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java567 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/
DHeadsetClientService.java242 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientService.BluetoothHeadsetClientBinder
247 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
532 private synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientService
DHeadsetClientStateMachine.java1763 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java447 Assert.assertTrue(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess()
470 Assert.assertFalse(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java551 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService
1258 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in BluetoothMapService.BluetoothMapBinder
1266 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java434 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService.BluetoothGattBinder
439 return service.getDevicesMatchingConnectionStates(states); in getDevicesMatchingConnectionStates()
1941 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in GattService