Searched refs:getConnectedDevices (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPan.aidl32 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothPbapClient.aidl29 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothA2dp.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothA2dpSink.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothAvrcpController.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothMap.aidl32 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothSap.aidl32 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothProfile.java176 public List<BluetoothDevice> getConnectedDevices(); method in interface:BluetoothProfile
H A DIBluetoothInputDevice.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothManager.java98 List<BluetoothDevice> connectedDevices = getConnectedDevices(profile);
124 public List<BluetoothDevice> getConnectedDevices(int profile) { method in class:BluetoothManager
125 if (DBG) Log.d(TAG,"getConnectedDevices");
H A DIBluetoothHeadset.aidl30 List<BluetoothDevice> getConnectedDevices();
H A DIBluetoothHeadsetClient.aidl35 List<BluetoothDevice> getConnectedDevices();
H A DBluetoothPan.java294 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPan
295 if (VDBG) log("getConnectedDevices()");
298 return mPanService.getConnectedDevices();
H A DBluetoothPbapClient.java220 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPbapClient
222 log("getConnectedDevices()");
226 return mService.getConnectedDevices();
H A DBluetoothSap.java287 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothSap
288 if (DBG) log("getConnectedDevices()");
291 return mService.getConnectedDevices();
H A DBluetoothA2dp.java289 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dp
290 if (VDBG) log("getConnectedDevices()");
293 return mService.getConnectedDevices();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DA2dpProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpProfile
116 List<BluetoothDevice> sinks = getConnectedDevices();
163 List<BluetoothDevice> sinks = mService.getConnectedDevices();
H A DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> sinks = mService.getConnectedDevices();
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
145 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
177 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetProfile
H A DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
114 List<BluetoothDevice> sinks = mService.getConnectedDevices();
125 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
138 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
166 public List<BluetoothDevice> getConnectedDevices() { method in class:SapProfile
H A DPbapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 public List<BluetoothDevice> getConnectedDevices() { method in class:PbapClientProfile
138 List<BluetoothDevice> srcs = getConnectedDevices();
H A DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
106 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkProfile
116 List<BluetoothDevice> srcs = getConnectedDevices();
171 List<BluetoothDevice> srcs = mService.getConnectedDevices();
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
163 public List<BluetoothDevice> getConnectedDevices() { method in class:MapProfile
H A DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
H A DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 public List<BluetoothDevice> getConnectedDevices() { method in class:HfpClientProfile
126 List<BluetoothDevice> srcs = getConnectedDevices();
H A DPanProfile.java87 List<BluetoothDevice> sinks = mService.getConnectedDevices();

Completed in 156 milliseconds

12