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

1 2 3

  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 27 List<BluetoothDevice> getConnectedDevices();
IBluetoothA2dpSink.aidl 30 List<BluetoothDevice> getConnectedDevices();
IBluetoothPan.aidl 32 List<BluetoothDevice> getConnectedDevices();
BluetoothProfile.java 160 public List<BluetoothDevice> getConnectedDevices();
IBluetoothA2dp.aidl 30 List<BluetoothDevice> getConnectedDevices();
IBluetoothMap.aidl 32 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();
IBluetoothHeadsetClient.aidl 35 List<BluetoothDevice> getConnectedDevices();
BluetoothA2dpSink.java 298 public List<BluetoothDevice> getConnectedDevices() {
299 if (VDBG) log("getConnectedDevices()");
302 return mService.getConnectedDevices();
BluetoothAvrcpController.java 163 public List<BluetoothDevice> getConnectedDevices() {
164 if (VDBG) log("getConnectedDevices()");
167 return mService.getConnectedDevices();
BluetoothPan.java 285 public List<BluetoothDevice> getConnectedDevices() {
286 if (VDBG) log("getConnectedDevices()");
289 return mPanService.getConnectedDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 131 public List<BluetoothDevice> getConnectedDevices() {
133 return mStateMachine.getConnectedDevices();
189 public List<BluetoothDevice> getConnectedDevices() {
192 return service.getConnectedDevices();
A2dpService.java 150 public List<BluetoothDevice> getConnectedDevices() {
152 return mStateMachine.getConnectedDevices();
246 public List<BluetoothDevice> getConnectedDevices() {
249 return service.getConnectedDevices();
  /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();
145 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
177 public List<BluetoothDevice> getConnectedDevices() {
MapProfile.java 66 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
121 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
134 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
163 public List<BluetoothDevice> getConnectedDevices() {
HidProfile.java 58 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
115 List<BluetoothDevice> deviceList = mService.getConnectedDevices();
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothManager.java 139 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
163 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
256 List<BluetoothDevice> deviceList = mBluetoothHeadset.getConnectedDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 135 public List<BluetoothDevice> getConnectedDevices() {
194 public List<BluetoothDevice> getConnectedDevices() {
197 return service.getConnectedDevices();
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 156 public List<BluetoothDevice> getConnectedDevices() {
159 return service.getConnectedDevices();
362 public List<BluetoothDevice> getConnectedDevices() {
364 return mStateMachine.getConnectedDevices();
538 for (BluetoothDevice device: getConnectedDevices()) {
554 for (BluetoothDevice device: getConnectedDevices()) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 130 List<BluetoothDevice> DevList = getConnectedDevices();
252 public List<BluetoothDevice> getConnectedDevices() {
255 return service.getConnectedDevices();
322 List<BluetoothDevice> DevList = getConnectedDevices();
328 List<BluetoothDevice> getConnectedDevices() {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 192 if (mInput.getConnectedDevices().contains(mDevice)) {
200 if (mA2dp.getConnectedDevices().contains(mDevice) ||
201 mHeadset.getConnectedDevices().contains(mDevice)) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 166 public List<BluetoothDevice> getConnectedDevices() {
171 return service.getConnectedDevices();
470 public List<BluetoothDevice> getConnectedDevices() {
472 return mStateMachine.getConnectedDevices();

Completed in 174 milliseconds

1 2 3