Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java93 private BluetoothOppBatch mBatch; field in BluetoothOppTransfer
116 if (device == null || mBatch == null || mCurrentShare == null) { in onReceive()
117 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive()
123 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive()
126 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive()
130 + mBatch.mId); in onReceive()
182 mBatch = batch; in BluetoothOppTransfer()
185 mBatch.registerListern(this); in BluetoothOppTransfer()
195 return mBatch.mId; in getBatchId()
227 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; 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()