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

1 2

  /frameworks/base/core/java/android/bluetooth/
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);
BluetoothProfile.java 158 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
BluetoothA2dp.java 296 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
300 return mService.getDevicesMatchingConnectionStates(states);
BluetoothGattServer.java 684 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
690 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
692 ("Use BluetoothManager#getDevicesMatchingConnectionStates instead.");
BluetoothInputDevice.java 370 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
374 return mService.getDevicesMatchingConnectionStates(states);
BluetoothMap.java 283 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
287 return mService.getDevicesMatchingConnectionStates(states);
BluetoothPan.java 302 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
306 return mPanService.getDevicesMatchingConnectionStates(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) {
BluetoothGatt.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 150 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
152 return mStateMachine.getDevicesMatchingConnectionStates(states);
243 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
246 return service.getDevicesMatchingConnectionStates(states);
A2dpStateMachine.java 655 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);
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/map/
BluetoothMapService.java 543 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
768 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
769 if (VERBOSE) Log.v(TAG, "getDevicesMatchingConnectionStates()");
772 return service.getDevicesMatchingConnectionStates(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/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 238 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
241 return service.getDevicesMatchingConnectionStates(states);
    [all...]
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 1425 milliseconds

1 2