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.java123 private BluetoothOppTransfer mTransfer; field in BluetoothOppService
326 if (mTransfer != null) {
327 mTransfer.onBatchCanceled();
328 mTransfer = null;
793 mTransfer = new BluetoothOppTransfer(this, newBatch); in insertShare()
802 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) { in insertShare()
807 mTransfer.start(); in insertShare()
915 if (mTransfer == null) { in updateShare()
917 } else if (batch.mId == mTransfer.getBatchId()) { in updateShare()
918 mTransfer.stop(); in updateShare()
[all …]