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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java43 List<CachedBluetoothDevice> getConnectedDevices(); method in interface:BluetoothController
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DHeadsetProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
120 List<BluetoothDevice> sinks = mService.getConnectedDevices();
131 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
150 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
202 public List<BluetoothDevice> getConnectedDevices() { method in class:HeadsetProfile
H A DSapProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
119 List<BluetoothDevice> sinks = mService.getConnectedDevices();
130 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
143 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
171 public List<BluetoothDevice> getConnectedDevices() { method in class:SapProfile
H A DMapClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
122 List<BluetoothDevice> connectedDevices = getConnectedDevices();
167 public List<BluetoothDevice> getConnectedDevices() { method in class:MapClientProfile
H A DPbapClientProfile.java65 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
126 public List<BluetoothDevice> getConnectedDevices() { method in class:PbapClientProfile
143 List<BluetoothDevice> srcs = getConnectedDevices();
H A DA2dpSinkProfile.java63 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
111 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpSinkProfile
121 List<BluetoothDevice> srcs = getConnectedDevices();
173 List<BluetoothDevice> srcs = mService.getConnectedDevices();
H A DMapProfile.java66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
126 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
139 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
168 public List<BluetoothDevice> getConnectedDevices() { method in class:MapProfile
H A DHidDeviceProfile.java71 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
133 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
H A DHidProfile.java58 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
120 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
H A DA2dpProfile.java72 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
126 public List<BluetoothDevice> getConnectedDevices() { method in class:A2dpProfile
139 List<BluetoothDevice> sinks = getConnectedDevices();
201 List<BluetoothDevice> sinks = mService.getConnectedDevices();
H A DHfpClientProfile.java67 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
120 public List<BluetoothDevice> getConnectedDevices() { method in class:HfpClientProfile
131 List<BluetoothDevice> srcs = getConnectedDevices();
H A DHearingAidProfile.java64 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
120 public List<BluetoothDevice> getConnectedDevices() { method in class:HearingAidProfile
H A DPanProfile.java93 List<BluetoothDevice> sinks = mService.getConnectedDevices();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java230 public List<BluetoothDevice> getConnectedDevices(); method in interface:BluetoothProfile
H A DBluetoothManager.java100 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 DBluetoothAvrcpController.java180 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothAvrcpController
181 if (VDBG) log("getConnectedDevices()");
185 return service.getConnectedDevices();
H A DBluetoothPan.java298 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPan
299 if (VDBG) log("getConnectedDevices()");
303 return service.getConnectedDevices();
H A DBluetoothPbap.java214 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPbap
215 log("getConnectedDevices()");
222 return service.getConnectedDevices();
H A DBluetoothPbapClient.java224 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothPbapClient
226 log("getConnectedDevices()");
231 return service.getConnectedDevices();
H A DBluetoothA2dpSink.java300 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothA2dpSink
301 if (VDBG) log("getConnectedDevices()");
305 return service.getConnectedDevices();
H A DBluetoothMap.java277 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMap
278 if (DBG) log("getConnectedDevices()");
282 return service.getConnectedDevices();
H A DBluetoothMapClient.java239 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothMapClient
240 if (DBG) Log.d(TAG, "getConnectedDevices()");
244 return service.getConnectedDevices();
H A DBluetoothSap.java304 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothSap
305 if (DBG) log("getConnectedDevices()");
309 return service.getConnectedDevices();
H A DBluetoothHearingAid.java322 public List<BluetoothDevice> getConnectedDevices() { method in class:BluetoothHearingAid
323 if (VDBG) log("getConnectedDevices()");
327 return mService.getConnectedDevices();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java100 public List<CachedBluetoothDevice> getConnectedDevices() { method in class:FakeBluetoothController

Completed in 2316 milliseconds

12