Searched refs:totalCount (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardImportExportListener.java26 int totalCount);
25 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
H A DNotificationImportExportListener.java97 int totalCount) {
102 final String totalCountString = String.valueOf(totalCount);
113 jobId, request.displayName, totalCount, currentCount);
199 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
205 int jobId, String displayName, int totalCount, int currentCount) {
225 .setProgress(totalCount, currentCount, totalCount == - 1)
233 if (totalCount > 0) {
235 NumberFormat.getPercentInstance().format((double) currentCount / totalCount);
96 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
203 constructProgressNotification( Context context, int type, String description, String tickerText, int jobId, String displayName, int totalCount, int currentCount) argument
H A DExportProcessor.java233 private void doProgressNotification(Uri uri, int totalCount, int currentCount) { argument
242 totalCount, currentCount);
H A DNfcImportVCardActivity.java220 int totalCount) {
219 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
/packages/providers/TvProvider/src/com/android/providers/tv/
H A DEpgDataCleanupService.java125 int totalCount;
128 totalCount = cursor.getCount();
129 int overflowCount = totalCount - maxEntryCount;
147 Log.d(TAG, "Deleted " + deleteCount + " of " + totalCount + " watched programs"
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationListFooterView.java85 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
99 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java283 private void generateOrderArray(int totalCount) { argument
284 if (mOrder.length != totalCount) {
285 mOrder = new int[totalCount];
286 for (int i = 0; i < totalCount; ++i) {
290 for (int i = totalCount - 1; i > 0; --i) {
293 if (mOrder[0] == mLastIndex && totalCount > 1) {
294 Utils.swap(mOrder, 0, mRandom.nextInt(totalCount - 1) + 1);
H A DAlbumSetDataLoader.java241 public int totalCount; field in class:AlbumSetDataLoader.UpdateInfo
303 mTotalCount[pos] = info.totalCount;
374 info.totalCount = info.item.getTotalMediaItemCount();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlidingWindow.java82 public int totalCount; field in class:AlbumSetSlidingWindow.AlbumSetEntry
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
242 || entry.totalCount != totalCount
249 int totalCount = mSource.getTotalCount(slotIndex);
259 if (isLabelChanged(entry, title, totalCount, sourceType)) {
261 entry.totalCount = totalCount;
270 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, in
239 isLabelChanged( AlbumSetEntry entry, String title, int totalCount, int sourceType) argument
485 AlbumLabelLoader( int slotIndex, String title, int totalCount, int sourceType) argument
[all...]
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
H A DPermissionStatusReceiver.java74 int totalCount = 0;
79 totalCount++;
99 counts[1] = totalCount;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DFolder.java131 public int totalCount; field in class:Folder
282 public Builder setTotalCount(final int totalCount) { argument
283 mTotalCount = totalCount;
342 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
357 this.totalCount = totalCount;
395 totalCount = cursor.getInt(UIProvider.FOLDER_TOTAL_COUNT_COLUMN);
454 totalCount = in.readInt();
490 dest.writeInt(totalCount);
597 sb.append(totalCount);
340 Folder(int id, String persistentId, Uri uri, String name, int capabilities, boolean hasChildren, int syncWindow, Uri conversationListUri, Uri childFoldersListUri, int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus, int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor, String fgColor, Uri loadMoreUri, String hierarchicalDesc, Uri parent, final long lastMessageTimestamp, final String unreadSenders) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java223 public void onImportProgress(int visitedCount, int totalCount, argument
230 mClientActivity.onImportProgress(visitedCount, totalCount, pathIfSuccessful);
232 mNotificationBuilder.setProgress(totalCount, visitedCount, false)
H A DIngestActivity.java476 public void onImportProgress(final int visitedCount, final int totalCount, argument
480 mProgressState.max = totalCount;
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DImportTask.java45 void onImportProgress(int visitedCount, int totalCount, String pathIfSuccessful); argument
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java135 private boolean isContentSound(int totalCount) { argument
136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false;
137 if (mPhotos.size() == 0) return true; // totalCount is also 0
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationsInOutboxTipView.java101 onOutboxTotalCount(folder.totalCount);
H A DActionBarController.java235 && mFolder.isTrash() && mFolder.totalCount > 0
240 && mFolder.isType(FolderType.SPAM) && mFolder.totalCount > 0
H A DConversationListFragment.java833 if (f.totalCount > 0) {
834 countLog = (long) Math.log10(f.totalCount);
839 Long.toString(countLog), f.totalCount);
H A DAbstractActivityController.java1677 EmptyFolderDialogFragment.newInstance(mFolder.totalCount, mFolder.type);
3604 mHaveSearchResults = search.totalCount > 0;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContactModifier.java216 int totalCount = 0;
220 totalCount++;
228 typeCount.put(FREQUENCY_TOTAL, totalCount);
1391 int totalCount = 0;
1394 if (typeOverallMax != -1 && totalCount >= typeOverallMax) {
1431 totalCount++;
/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java969 int totalCount = counts[1];
972 if (totalCount == 0) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1726 for (int totalCount = repeats + 1; totalCount > 0;) {
1747 totalCount--;
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java943 return folder.totalCount;
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeActivity.java3815 int totalCount = currRecips.size();
3820 if (totalCount != totalPrevCount) {
/packages/apps/Email/provider_src/com/android/email/provider/
H A DEmailProvider.java2796 * Local-only folders set totalCount < 0; such folders should substitute message count for
5930 final int totalCount =
5935 cv.put(MailboxColumns.TOTAL_COUNT, totalCount);
5939 totalCount);

Completed in 3862 milliseconds

12