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

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 126 public List<BluetoothDevice> getConnectedDevices();
IBluetoothA2dp.aidl 30 List<BluetoothDevice> getConnectedDevices();
IBluetoothHeadset.aidl 30 List<BluetoothDevice> getConnectedDevices();
BluetoothA2dp.java 217 public List<BluetoothDevice> getConnectedDevices() {
218 if (DBG) log("getConnectedDevices()");
221 return mService.getConnectedDevices();
BluetoothInputDevice.java 204 public List<BluetoothDevice> getConnectedDevices() {
205 if (DBG) log("getConnectedDevices()");
BluetoothPan.java 223 public List<BluetoothDevice> getConnectedDevices() {
224 if (DBG) log("getConnectedDevices()");
BluetoothTetheringDataTracker.java 120 for (BluetoothDevice device: mBluetoothPan.getConnectedDevices()) {
BluetoothHeadset.java 332 public List<BluetoothDevice> getConnectedDevices() {
333 if (DBG) log("getConnectedDevices()");
336 return mService.getConnectedDevices();
BluetoothHealth.java 345 public List<BluetoothDevice> getConnectedDevices() {
BluetoothDeviceProfileState.java 401 mA2dpService.getConnectedDevices().size() == 0) {
409 if (mHeadsetService.getConnectedDevices().size() == 0) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 76 private List<BluetoothDevice> getConnectedDevices() {
84 List<BluetoothDevice> sinks = getConnectedDevices();
120 List<BluetoothDevice> sinks = mService.getConnectedDevices();
HeadsetProfile.java 64 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
111 List<BluetoothDevice> sinks = mService.getConnectedDevices();
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
136 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
HidProfile.java 78 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
PanProfile.java 74 List<BluetoothDevice> sinks = mService.getConnectedDevices();
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 125 if (mA2dp.getConnectedDevices().contains(mDevice) ||
126 mHeadset.getConnectedDevices().contains(mDevice)) {
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 104 List<BluetoothDevice> sinks = getConnectedDevices();
413 public synchronized List<BluetoothDevice> getConnectedDevices() {
BluetoothService.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();
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 597 public List<BluetoothDevice> getConnectedDevices() {
    [all...]
InCallScreen.java     [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 421 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 620 milliseconds

1 2