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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 55 private final int[] mTotalCount;
81 mTotalCount = new int[cacheSize];
136 return mTotalCount[index % mTotalCount.length];
167 mTotalCount[slotIndex] = 0;
303 mTotalCount[pos] = info.totalCount;
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 94 int mTotalCount;
114 mTotalCount = (pendingTransfer.uris != null) ? pendingTransfer.uris.length : 0;
177 if (mCurrentCount == mTotalCount) {
198 mTotalCount = objectCount;
232 if (mTotalCount > 0) {
233 float progressUnit = 1.0f / mTotalCount;
236 if (mTotalCount > 0 && progress > 0) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
SearchParams.java 44 public int mTotalCount = 0;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportProcessor.java 65 private int mTotalCount = 0;
91 mListener.onImportParsed(mImportRequest, mJobId, entry, mCurrentCount, mTotalCount);
150 mTotalCount += entryCount;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Mailbox.java 63 public int mTotalCount;
334 mTotalCount = cursor.getInt(CONTENT_TOTAL_COUNT_COLUMN);
361 values.put(MailboxColumns.TOTAL_COUNT, mTotalCount);
591 = mTotalCount;
626 dest.writeInt(mTotalCount);
653 mTotalCount = in.readInt();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 482 private final int mTotalCount;
489 mTotalCount = totalCount;
496 mTitle, String.valueOf(mTotalCount), mSourceType), l);

Completed in 531 milliseconds