HomeSort by relevance Sort by last modified time
    Searched refs:bluetoothDeviceList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
CallAudioState.java 159 String bluetoothDeviceList = supportedBluetoothDevices.stream()
169 bluetoothDeviceList);
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 292 List<BluetoothDevice> bluetoothDeviceList = new ArrayList<>();
294 bluetoothDeviceList.add(deviceInfo.mBluetoothDevice);
296 return bluetoothDeviceList;

Completed in 95 milliseconds