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

1 2

  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 30 List<BluetoothDevice> getConnectedDevices();
IBluetoothPan.aidl 32 List<BluetoothDevice> getConnectedDevices();
BluetoothProfile.java 136 public List<BluetoothDevice> getConnectedDevices();
IBluetoothInputDevice.aidl 30 List<BluetoothDevice> getConnectedDevices();
BluetoothManager.java 95 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
120 public List<BluetoothDevice> getConnectedDevices(int profile) {
121 if (DBG) Log.d(TAG,"getConnectedDevices");
IBluetoothHeadset.aidl 30 List<BluetoothDevice> getConnectedDevices();
BluetoothA2dp.java 272 public List<BluetoothDevice> getConnectedDevices() {
273 if (VDBG) log("getConnectedDevices()");
276 return mService.getConnectedDevices();
BluetoothPan.java 269 public List<BluetoothDevice> getConnectedDevices() {
270 if (VDBG) log("getConnectedDevices()");
273 return mPanService.getConnectedDevices();
BluetoothInputDevice.java 347 public List<BluetoothDevice> getConnectedDevices() {
348 if (VDBG) log("getConnectedDevices()");
351 return mService.getConnectedDevices();
BluetoothHeadset.java 390 public List<BluetoothDevice> getConnectedDevices() {
391 if (VDBG) log("getConnectedDevices()");
394 return mService.getConnectedDevices();
    [all...]
BluetoothHealth.java 380 public List<BluetoothDevice> getConnectedDevices() {
BluetoothTetheringDataTracker.java 143 for (BluetoothDevice device: mBluetoothPan.getConnectedDevices()) {
BluetoothGattServer.java 660 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
671 * Not supported - please use {@link BluetoothManager#getConnectedDevices(int)}
677 public List<BluetoothDevice> getConnectedDevices() {
679 ("Use BluetoothManager#getConnectedDevices instead.");
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() {
116 List<BluetoothDevice> sinks = getConnectedDevices();
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
HeadsetProfile.java 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
140 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
168 public List<BluetoothDevice> getConnectedDevices() {
HidProfile.java 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
PanProfile.java 87 List<BluetoothDevice> sinks = mService.getConnectedDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 145 public List<BluetoothDevice> getConnectedDevices() {
147 return mStateMachine.getConnectedDevices();
224 public List<BluetoothDevice> getConnectedDevices() {
227 return service.getConnectedDevices();
A2dpStateMachine.java 615 List<BluetoothDevice> getConnectedDevices() {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 151 public List<BluetoothDevice> getConnectedDevices() {
154 return service.getConnectedDevices();
340 public List<BluetoothDevice> getConnectedDevices() {
342 return mStateMachine.getConnectedDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 129 List<BluetoothDevice> DevList = getConnectedDevices();
274 public List<BluetoothDevice> getConnectedDevices() {
277 return service.getConnectedDevices();
332 List<BluetoothDevice> DevList = getConnectedDevices();
338 List<BluetoothDevice> getConnectedDevices() {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 172 if (mA2dp.getConnectedDevices().contains(mDevice) ||
173 mHeadset.getConnectedDevices().contains(mDevice)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 195 Set<String> getConnectedDevices() {
GattService.java     [all...]
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 646 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
656 List<BluetoothDevice> devices = mBluetoothHeadset.getConnectedDevices();

Completed in 876 milliseconds

1 2