Searched refs:mBatch (Results 1 – 2 of 2) sorted by relevance
90 private BluetoothOppBatch mBatch; field in BluetoothOppTransfer113 if (device == null || mBatch == null || mCurrentShare == null) { in onReceive()114 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive()120 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()123 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()127 + mBatch.mId); in onReceive()179 mBatch = batch; in BluetoothOppTransfer()182 mBatch.registerListern(this); in BluetoothOppTransfer()192 return mBatch.mId; in getBatchId()221 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()[all …]
40 private final boolean mBatch; field in ContactsTransaction72 mBatch = batch; in ContactsTransaction()79 return mBatch; in isBatch()161 if (!mBatch || callerIsBatch) { in markSuccessful()190 if (!mBatch || callerIsBatch) { in finish()