Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java92 private final BluetoothOppBatch mBatch; field in BluetoothOppTransfer
129 + mBatch in onReceive()
146 + mBatch.mDestination in onReceive()
149 if ((device.equals(mBatch.mDestination)) in onReceive()
154 "ACTION_ACL_DISCONNECTED to be processed for batch: " + mBatch.mId); in onReceive()
236 mBatch = requireNonNull(batch); in BluetoothOppTransfer()
239 mBatch.registerListener(this); in BluetoothOppTransfer()
248 return mBatch.mId; in getBatchId()
280 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage()
306 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsTransaction.java40 private final boolean mBatch; field in ContactsTransaction
72 mBatch = batch; in ContactsTransaction()
79 return mBatch; in isBatch()
161 if (!mBatch || callerIsBatch) { in markSuccessful()
190 if (!mBatch || callerIsBatch) { in finish()