Searched refs:getTargetDevice (Results 1 – 2 of 2) sorted by relevance
447 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()472 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()473 mCancelledAddress = mBluetoothPairer.getTargetDevice().getAddress(); in cancelBtPairing()543 String address = mBluetoothPairer.getTargetDevice() == null ? ADDRESS_NONE : in statusChanged()544 mBluetoothPairer.getTargetDevice().getAddress(); in statusChanged()600 mBluetoothPairer.invalidateDevice(mBluetoothPairer.getTargetDevice()); in statusChanged()
415 public BluetoothDevice getTargetDevice() { in getTargetDevice() method in BluetoothDevicePairer