Searched refs:getDevicesMatchingConnectionStates (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPan.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothPbapClient.aidl30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothA2dpSink.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothAvrcpController.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothMap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothSap.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DBluetoothProfile.java208 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states); method in interface:BluetoothProfile
H A DIBluetoothA2dp.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothInputDevice.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothMapClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DBluetoothManager.java138 connectedDevices = iGatt.getDevicesMatchingConnectionStates(
168 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int profile, int[] states) { method in class:BluetoothManager
169 if (DBG) Log.d(TAG,"getDevicesMatchingConnectionStates");
181 devices = iGatt.getDevicesMatchingConnectionStates(states);
H A DIBluetoothHeadset.aidl31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothInputHost.aidl38 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DIBluetoothHeadsetClient.aidl33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
H A DBluetoothAvrcpController.java198 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothAvrcpController
202 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPan.java312 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPan
316 return mPanService.getDevicesMatchingConnectionStates(states);
H A DBluetoothPbapClient.java245 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothPbapClient
251 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothA2dpSink.java316 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothA2dpSink
320 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothInputHost.java302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothInputHost
303 Log.v(TAG, "getDevicesMatchingConnectionStates(): states=" + Arrays.toString(states));
307 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothMap.java282 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMap
286 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothMapClient.java257 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothMapClient
261 return mService.getDevicesMatchingConnectionStates(states);
H A DBluetoothSap.java308 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) { method in class:BluetoothSap
312 return mService.getDevicesMatchingConnectionStates(states);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpSinkProfile.java108 return mService.getDevicesMatchingConnectionStates(
H A DMapClientProfile.java164 return mService.getDevicesMatchingConnectionStates(
H A DPbapClientProfile.java125 return mService.getDevicesMatchingConnectionStates(

Completed in 157 milliseconds

12