Searched refs:getTargetDevice (Results 1 – 2 of 2) sorted by relevance
478 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()503 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()504 mCancelledAddress = mBluetoothPairer.getTargetDevice().getAddress(); in cancelBtPairing()574 String address = mBluetoothPairer.getTargetDevice() == null ? ADDRESS_NONE : in statusChanged()575 mBluetoothPairer.getTargetDevice().getAddress(); in statusChanged()632 mBluetoothPairer.invalidateDevice(mBluetoothPairer.getTargetDevice()); in statusChanged()
436 public BluetoothDevice getTargetDevice() { in getTargetDevice() method in BluetoothDevicePairer