Searched refs:mBatch (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 91 private BluetoothOppBatch mBatch; field in BluetoothOppTransfer 114 if (device == null || mBatch == null || mCurrentShare == null) { in onReceive() 115 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :" in onReceive() 121 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination in onReceive() 124 if ((device.equals(mBatch.mDestination)) && (mCurrentShare.mConfirm in onReceive() 128 + mBatch.mId); in onReceive() 180 mBatch = batch; in BluetoothOppTransfer() 183 mBatch.registerListern(this); in BluetoothOppTransfer() 193 return mBatch.mId; in getBatchId() 222 mBatch.mStatus = Constants.BATCH_STATUS_FAILED; in handleMessage() [all …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
D | ContactResolver.java | 60 private final LinkedHashSet<ContactRequestHolder> mBatch; field in ContactResolver 80 mBatch = new LinkedHashSet<ContactRequestHolder>(); in ContactResolver() 86 if (mBatch.isEmpty()) { in run() 99 LinkedHashSet<ContactRequestHolder> batch = new LinkedHashSet<ContactRequestHolder>(mBatch); in run() 120 mBatch.add(new ContactRequestHolder(request, drawable)); in add() 125 mBatch.remove(new ContactRequestHolder(request, drawable)); in remove() 141 LogUtils.d(TAG, "ContactResolver > batch %d", mBatch.size()); in notifyBatchReady()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | ToastBarOperation.java | 35 private final boolean mBatch; field in ToastBarOperation 53 mBatch = batch; in ToastBarOperation() 63 return mBatch; in isBatchUndo() 69 mBatch = in.readInt() != 0; in ToastBarOperation() 83 sb.append(mBatch); in toString() 96 dest.writeInt(mBatch ? 1 : 0); in writeToParcel()
|
D | FolderSelectionDialog.java | 49 protected boolean mBatch; field in FolderSelectionDialog 88 mBatch = args.getBoolean(ARG_BATCH_TAG); in onCreate()
|
D | SingleFolderSelectionDialog.java | 128 .assignFolder(ops, mTarget, mBatch, true /* showUndo */, true /* isMoveTo */); in onListItemClick()
|
D | MultiFoldersSelectionDialog.java | 218 getConversationUpdater().assignFolder(mOperations.values(), mTarget, mBatch, in onClick() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsTransaction.java | 40 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()
|