Home | History | Annotate | Download | only in opp

Lines Matching defs:mTransfer

104     private BluetoothOppTransfer mTransfer;
626 mTransfer = new BluetoothOppTransfer(this, mPowerManager, newBatch);
634 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) {
637 mTransfer.start();
742 if (mTransfer == null) {
743 Log.e(TAG, "Unexpected error! mTransfer is null");
744 } else if (batch.mId == mTransfer.getBatchId()) {
745 mTransfer.stop();
748 + " doesn't match mTransfer id " + mTransfer.getBatchId());
750 mTransfer = null;
845 mTransfer = new BluetoothOppTransfer(this, mPowerManager, nextBatch);
846 mTransfer.start();