Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java117 int mBluetoothTransferId; // ID of this transfer in Bluetooth namespace field in BeamTransferManager
152 mBluetoothTransferId = -1; in BeamTransferManager()
222 if (mBluetoothTransferId == -1 && id != -1) { in setBluetoothTransferId()
223 mBluetoothTransferId = id; in setBluetoothTransferId()
286 if (mBluetoothTransferId != -1) { in cancel()
298 cancelIntent.putExtra(BeamStatusReceiver.EXTRA_TRANSFER_ID, mBluetoothTransferId); in sendBluetoothCancelIntentAndUpdateState()