Searched defs:totalCount (Results 1 - 14 of 14) sorted by relevance

/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 DExportProcessor.java264 private void doProgressNotification(Uri uri, int totalCount, int currentCount) { argument
273 totalCount, currentCount);
H A DNfcImportVCardActivity.java238 int totalCount) {
237 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
H A DNotificationImportExportListener.java98 int totalCount) {
103 final String totalCountString = String.valueOf(totalCount);
114 jobId, request.displayName, totalCount, currentCount);
198 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
204 int jobId, String displayName, int totalCount, int currentCount) {
224 .setProgress(totalCount, currentCount, totalCount == - 1)
232 if (totalCount > 0) {
234 NumberFormat.getPercentInstance().format((double) currentCount / totalCount);
97 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
202 constructProgressNotification( Context context, int type, String description, String tickerText, int jobId, String displayName, int totalCount, int currentCount) 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/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/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/app/
H A DAlbumSetDataLoader.java241 public int totalCount; field in class:AlbumSetDataLoader.UpdateInfo
303 mTotalCount[pos] = info.totalCount;
374 info.totalCount = info.item.getTotalMediaItemCount();
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);
/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/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/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 214 milliseconds