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.java201 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/
DPbapClientService.java282 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
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()
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/
DPanService.java163 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/
DMapClientService.java196 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/
DHeadsetService.java470 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/
DHidDeviceService.java460 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
DHidHostService.java382 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/
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/pbap/
DBluetoothPbapService.java457 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/
DA2dpService.java260 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/
DHearingAidService.java391 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/
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.java248 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
DHeadsetClientStateMachine.java1763 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { in getDevicesMatchingConnectionStates() method in HeadsetClientStateMachine
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidDeviceTest.java450 Assert.assertTrue(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess()
473 Assert.assertFalse(mHidDeviceService.getDevicesMatchingConnectionStates( in testOutgoingConnectDisconnectSuccess()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java554 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/
DGattService.java423 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