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

1 2 3 4

  /frameworks/base/core/java/android/bluetooth/
IBluetoothPan.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothPbapClient.aidl 30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothA2dpSink.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothAvrcpController.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothSap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothProfile.java 208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
IBluetoothA2dp.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothInputDevice.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMapClient.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothManager.java 135 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
165 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) {
166 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
178 devices = iGatt.getDevicesMatchingConnectionStates(states);
IBluetoothHeadset.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothInputHost.aidl 38 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothHeadsetClient.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothAvrcpController.java 197 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
202 return service.getDevicesMatchingConnectionStates(states);
BluetoothPan.java 313 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
318 return service.getDevicesMatchingConnectionStates(states);
BluetoothPbapClient.java 249 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
256 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 159 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
161 return mStateMachine.getDevicesMatchingConnectionStates(states);
286 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
289 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MapClientService.java 94 return getDevicesMatchingConnectionStates(new int[]{BluetoothAdapter.STATE_CONNECTED});
97 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
98 Log.d(TAG, "getDevicesMatchingConnectionStates" + Arrays.toString(states));
263 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
264 if (VDBG) Log.v(TAG, "getDevicesMatchingConnectionStates()");
267 return service.getDevicesMatchingConnectionStates(states);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientService.java 208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
213 return service.getDevicesMatchingConnectionStates(states);
324 return getDevicesMatchingConnectionStates(desiredStates);
327 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothMapFacade.java 102 return sMapProfile.getDevicesMatchingConnectionStates(
BluetoothA2dpFacade.java 181 return sA2dpProfile.getDevicesMatchingConnectionStates(
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 227 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
229 return mStateMachine.getDevicesMatchingConnectionStates(states);
391 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
394 return service.getDevicesMatchingConnectionStates(states);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpSinkProfile.java 108 return mService.getDevicesMatchingConnectionStates(
MapClientProfile.java 164 return mService.getDevicesMatchingConnectionStates(

Completed in 175 milliseconds

1 2 3 4