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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java104 private BluetoothOppTransfer mTransfer; field in class:BluetoothOppService
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
[all...]

Completed in 142 milliseconds