Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java97 private BluetoothOppShareInfo mCurrentShare; field in BluetoothOppTransfer
116 if (device == null || mBatch == null || mCurrentShare == null) { in onReceive()
118 + mCurrentShare); in onReceive()
124 + " \n mCurrentShare.mConfirm == " + mCurrentShare.mConfirm); in onReceive()
126 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()
256 mCurrentShare = mBatch.getPendingShare(); in handleMessage()
258 if (mCurrentShare != null) { in handleMessage()
261 Log.v(TAG, "continue session for info " + mCurrentShare.mId in handleMessage()
304 tickShareStatus(mCurrentShare); in handleMessage()
335 tickShareStatus(mCurrentShare); in handleMessage()
[all …]