Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java122 private BluetoothOppTransfer mTransfer; field in BluetoothOppService
330 if (mTransfer != null) {
331 mTransfer.onBatchCanceled();
332 mTransfer = null;
797 mTransfer = new BluetoothOppTransfer(this, newBatch); in insertShare()
806 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) { in insertShare()
811 mTransfer.start(); in insertShare()
917 if (mTransfer == null) { in updateShare()
919 } else if (batch.mId == mTransfer.getBatchId()) { in updateShare()
920 mTransfer.stop(); in updateShare()
[all …]