Home
last modified time | relevance | path

Searched refs:getTargetDevice (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java456 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()
481 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()
482 mCancelledAddress = mBluetoothPairer.getTargetDevice().getAddress(); in cancelBtPairing()
552 String address = mBluetoothPairer.getTargetDevice() == null ? ADDRESS_NONE : in statusChanged()
553 mBluetoothPairer.getTargetDevice().getAddress(); in statusChanged()
609 mBluetoothPairer.invalidateDevice(mBluetoothPairer.getTargetDevice()); in statusChanged()
DBluetoothDevicePairer.java415 public BluetoothDevice getTargetDevice() { in getTargetDevice() method in BluetoothDevicePairer