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

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothPan.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothProfile.java 152 public List<BluetoothDevice> getDevicesMatchingConnectionStates(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);
BluetoothA2dp.java 289 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
293 return mService.getDevicesMatchingConnectionStates(states);
BluetoothPan.java 286 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
290 return mPanService.getDevicesMatchingConnectionStates(states);
BluetoothInputDevice.java 364 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
368 return mService.getDevicesMatchingConnectionStates(states);
IBluetoothGatt.aidl 30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothHeadset.java 407 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
411 return mService.getDevicesMatchingConnectionStates(states);
    [all...]
BluetoothHealth.java 412 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.");
BluetoothGatt.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 150 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
152 return mStateMachine.getDevicesMatchingConnectionStates(states);
230 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
233 return service.getDevicesMatchingConnectionStates(states);
A2dpStateMachine.java 655 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 157 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
160 return service.getDevicesMatchingConnectionStates(states);
345 private List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
347 return mStateMachine.getDevicesMatchingConnectionStates(states);
HeadsetStateMachine.java     [all...]
  /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(
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 237 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
240 return service.getDevicesMatchingConnectionStates(states);
824 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states)
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 860 milliseconds

1 2