HomeSort by relevance Sort by last modified time
    Searched refs:mBatch (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 95 private BluetoothOppBatch mBatch;
116 if (device == null || mBatch == null || mCurrentShare == null) {
117 Log.e(TAG, "device : " + device + " mBatch :" + mBatch + " mCurrentShare :"
123 Log.v(TAG, "Device :" + device + "- OPP device: " + mBatch.mDestination
126 if ((device.equals(mBatch.mDestination))
131 + mBatch.mId);
181 mBatch = batch;
184 mBatch.registerListern(this);
194 return mBatch.mId
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsTransaction.java 40 private final boolean mBatch;
72 mBatch = batch;
79 return mBatch;
161 if (!mBatch || callerIsBatch) {
190 if (!mBatch || callerIsBatch) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ToastBarOperation.java 35 private final boolean mBatch;
53 mBatch = batch;
63 return mBatch;
69 mBatch = in.readInt() != 0;
82 sb.append(" mBatch=");
83 sb.append(mBatch);
96 dest.writeInt(mBatch ? 1 : 0);
FolderSelectionDialog.java 49 protected boolean mBatch;
88 mBatch = args.getBoolean(ARG_BATCH_TAG);
SingleFolderSelectionDialog.java 128 .assignFolder(ops, mTarget, mBatch, true /* showUndo */, true /* isMoveTo */);
MultiFoldersSelectionDialog.java 218 getConversationUpdater().assignFolder(mOperations.values(), mTarget, mBatch,
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ContactResolver.java 60 private final LinkedHashSet<ContactRequestHolder> mBatch;
80 mBatch = new LinkedHashSet<ContactRequestHolder>();
86 if (mBatch.isEmpty()) {
99 LinkedHashSet<ContactRequestHolder> batch = new LinkedHashSet<ContactRequestHolder>(mBatch);
120 mBatch.add(new ContactRequestHolder(request, drawable));
125 mBatch.remove(new ContactRequestHolder(request, drawable));
141 LogUtils.d(TAG, "ContactResolver > batch %d", mBatch.size());

Completed in 144 milliseconds