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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
BluetoothScanner.java 47 public BluetoothDevice btDevice;
234 if (matcher.isMatchingDevice(target.btDevice)) {
370 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
371 final String address = btDevice.getAddress();
372 String name = btDevice.getName();
404 device.btDevice = btDevice;
493 if (matcher.isMatchingDevice(device.btDevice)) {
510 if (d.btDevice.getAddress().equals(device.btDevice.getAddress()))
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothDevicePairer.java 156 Log.d(TAG, "Adding device: " + device.btDevice.getAddress());
158 onDeviceFound(device.btDevice);
164 Log.d(TAG, "Device lost: " + device.btDevice.getAddress());
166 onDeviceLost(device.btDevice);
  /frameworks/base/services/core/java/com/android/server/audio/
AudioService.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java 438 BluetoothDevice btDevice = deviceUI.getDevice();
439 if (!btDevice.equals(dock) && btDevices.contains(btDevice) && deviceUI
    [all...]

Completed in 89 milliseconds