HomeSort by relevance Sort by last modified time
    Searched refs:getDevicesMatchingConnectionStates (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPan.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothProfile.java 158 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
IBluetoothA2dp.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothManager.java 133 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
164 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
165 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
177 devices = iGatt.getDevicesMatchingConnectionStates(states);
IBluetoothInputDevice.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadset.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothPan.java 302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
306 return mPanService.getDevicesMatchingConnectionStates(states);
BluetoothA2dp.java 296 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
300 return mService.getDevicesMatchingConnectionStates(states);
BluetoothMap.java 283 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
287 return mService.getDevicesMatchingConnectionStates(states);
BluetoothInputDevice.java 370 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
374 return mService.getDevicesMatchingConnectionStates(states);
IBluetoothGatt.aidl 30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothHeadset.java 419 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
423 return mService.getDevicesMatchingConnectionStates(states);
    [all...]
BluetoothHealth.java 410 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
BluetoothGattServer.java 684 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
690 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
692 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 150 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
152 return mStateMachine.getDevicesMatchingConnectionStates(states);
247 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
250 return service.getDevicesMatchingConnectionStates(states);
A2dpStateMachine.java 657 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 161 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
164 return service.getDevicesMatchingConnectionStates(states);
353 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
355 return mStateMachine.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 320 return getDevicesMatchingConnectionStates(
324 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
327 return service.getDevicesMatchingConnectionStates(states);
411 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 280 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
283 return service.getDevicesMatchingConnectionStates(states);
340 List<BluetoothDevice> devices = getDevicesMatchingConnectionStates(
345 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 108 return mService.getDevicesMatchingConnectionStates(
HeadsetProfile.java 170 return mService.getDevicesMatchingConnectionStates(
MapProfile.java 165 return mService.getDevicesMatchingConnectionStates(
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 579 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
804 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
805 if (VERBOSE) Log.v(TAG, "getDevicesMatchingConnectionStates()");
808 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 274 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
277 return service.getDevicesMatchingConnectionStates(states);
    [all...]

Completed in 3189 milliseconds

1 2