Searched defs:currentCount (Results 1 - 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardImportExportListener.java25 void onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, argument
H A DExportProcessor.java233 private void doProgressNotification(Uri uri, int totalCount, int currentCount) { argument
242 totalCount, currentCount);
H A DNfcImportVCardActivity.java219 public void onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, argument
H A DNotificationImportExportListener.java96 public void onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, argument
105 String.valueOf(currentCount),
113 jobId, request.displayName, totalCount, currentCount);
201 * @param currentCount The index of current vCard. Used to show progress bar.
205 int jobId, String displayName, int totalCount, int currentCount) {
225 .setProgress(totalCount, currentCount, totalCount == - 1)
235 NumberFormat.getPercentInstance().format((double) currentCount / totalCount);
203 constructProgressNotification( Context context, int type, String description, String tickerText, int jobId, String displayName, int totalCount, int currentCount) argument
/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 80 milliseconds