HomeSort by relevance Sort by last modified time
    Searched defs:getConnectedDevices (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 126 public List<BluetoothDevice> getConnectedDevices();
BluetoothA2dp.java 272 public List<BluetoothDevice> getConnectedDevices() {
273 if (VDBG) log("getConnectedDevices()");
276 return mService.getConnectedDevices();
BluetoothInputDevice.java 347 public List<BluetoothDevice> getConnectedDevices() {
348 if (VDBG) log("getConnectedDevices()");
351 return mService.getConnectedDevices();
BluetoothPan.java 269 public List<BluetoothDevice> getConnectedDevices() {
270 if (VDBG) log("getConnectedDevices()");
273 return mPanService.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() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 138 public List<BluetoothDevice> getConnectedDevices() {
140 return mStateMachine.getConnectedDevices();
217 public List<BluetoothDevice> getConnectedDevices() {
220 return service.getConnectedDevices();
A2dpStateMachine.java 616 List<BluetoothDevice> getConnectedDevices() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 86 public List<BluetoothDevice> getConnectedDevices() {
96 List<BluetoothDevice> sinks = getConnectedDevices();
143 List<BluetoothDevice> sinks = mService.getConnectedDevices();
HeadsetProfile.java 67 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() {
  /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();
HeadsetStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 319 public List<BluetoothDevice> getConnectedDevices() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 114 List<BluetoothDevice> DevList = getConnectedDevices();
230 public List<BluetoothDevice> getConnectedDevices() {
233 return service.getConnectedDevices();
288 List<BluetoothDevice> DevList = getConnectedDevices();
294 List<BluetoothDevice> getConnectedDevices() {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 163 milliseconds