Searched defs:getDevicesMatchingConnectionStates (Results 1 - 18 of 18) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java218 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService
220 return mStateMachine.getDevicesMatchingConnectionStates(states);
382 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpService.BluetoothA2dpBinder
385 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpStateMachine.java886 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java159 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkService
161 return mStateMachine.getDevicesMatchingConnectionStates(states);
286 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
289 return service.getDevicesMatchingConnectionStates(states);
H A DA2dpSinkStateMachine.java725 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:A2dpSinkStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java94 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED});
97 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:MapClientService
98 Log.d(TAG, "getDevicesMatchingConnectionStates" + Arrays.toString(states));
263 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:MapClientService.Binder
264 if (VDBG) Log.v(TAG, "getDevicesMatchingConnectionStates()");
267 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientService.java208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PbapClientService.BluetoothPbapClientBinder
213 return service.getDevicesMatchingConnectionStates(states);
324 return getDevicesMatchingConnectionStates(desiredStates);
327 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PbapClientService
H A DPbapClientStateMachine.java370 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PbapClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java160 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetService.BluetoothHeadsetBinder
163 return service.getDevicesMatchingConnectionStates(states);
383 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetService
385 return mStateMachine.getDevicesMatchingConnectionStates(states);
H A DHeadsetStateMachine.java2252 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java239 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
244 return service.getDevicesMatchingConnectionStates(states);
532 private synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientService
H A DHeadsetClientStateMachine.java1695 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HeadsetClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDevService.java384 return getDevicesMatchingConnectionStates(new int[] {BluetoothProfile.STATE_CONNECTED});
388 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidDevService.BluetoothHidDeviceBinder
390 Log.v(TAG, "getDevicesMatchingConnectionStates(): states=" + Arrays.toString(states));
397 return service.getDevicesMatchingConnectionStates(states);
542 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidDevService
H A DHidService.java339 return getDevicesMatchingConnectionStates(
343 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidService.BluetoothInputDeviceBinder
346 return service.getDevicesMatchingConnectionStates(states);
430 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java279 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService.BluetoothPanBinder
282 return service.getDevicesMatchingConnectionStates(states);
366 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates(
371 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java512 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:SapService
844 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:SapService.SapBinder
845 Log.v(TAG, "getDevicesMatchingConnectionStates()");
848 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java530 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService
1208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapService.BluetoothMapBinder
1209 if (VERBOSE) Log.v(TAG, "getDevicesMatchingConnectionStates()");
1212 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
H A DAvrcpControllerService.java290 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService
677 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:AvrcpControllerService.BluetoothAvrcpControllerBinder
682 return service.getDevicesMatchingConnectionStates(states);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java352 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService.BluetoothGattBinder
355 return service.getDevicesMatchingConnectionStates(states);
1506 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:GattService

Completed in 291 milliseconds