Searched refs:mBatch (Results 1 – 2 of 2) sorted by relevance
87 private final BluetoothOppBatch mBatch; field in BluetoothOppTransfer121 + mBatch in onReceive()139 + mBatch.mDestination in onReceive()142 if ((device.equals(mBatch.mDestination)) in onReceive()147 "ACTION_ACL_DISCONNECTED to be processed for batch: " + mBatch.mId); in onReceive()229 mBatch = requireNonNull(batch); in BluetoothOppTransfer()232 mBatch.registerListener(this); in BluetoothOppTransfer()241 return mBatch.mId; in getBatchId()273 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()299 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { 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()