Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java97 private BluetoothOppShareInfo mCurrentShare; field in BluetoothOppTransfer
118 + mCurrentShare); in onReceive()
258 if (mCurrentShare != null) { in handleMessage()
368 nm.cancel(mCurrentShare.mId); in handleMessage()
402 if (mCurrentShare != null) { in markBatchFailed()
407 failReason = mCurrentShare.mStatus; in markBatchFailed()
410 && mCurrentShare.mUri != null) { in markBatchFailed()
549 mCurrentShare = mBatch.getPendingShare(); in startObexSession()
550 if (mCurrentShare == null) { in startObexSession()
616 mSession.addShare(mCurrentShare); in processCurrentShare()
[all …]