Searched refs:getTargetDevice (Results 1 – 2 of 2) sorted by relevance
495 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()519 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()520 mCancelledAddress = mBluetoothPairer.getTargetDevice().getAddress(); in cancelBtPairing()592 String address = mBluetoothPairer.getTargetDevice() == null ? ADDRESS_NONE : in statusChanged()593 mBluetoothPairer.getTargetDevice().getAddress(); in statusChanged()653 mBluetoothPairer.invalidateDevice(mBluetoothPairer.getTargetDevice()); in statusChanged()
459 public BluetoothDevice getTargetDevice() { in getTargetDevice() method in BluetoothDevicePairer627 BluetoothDevice target = getTargetDevice(); in onBonded()