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

/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DVCardImportExportListener.java26 Notification onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, argument
H A DExportProcessor.java262 private void doProgressNotification(Uri uri, int totalCount, int currentCount) { argument
271 totalCount, currentCount);
H A DNfcImportVCardActivity.java239 int currentCount, int totalCount) {
238 onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, int totalCount) argument
H A DNotificationImportExportListener.java98 public Notification onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, argument
107 String.valueOf(currentCount),
115 totalCount, currentCount);
199 * @param currentCount The index of current vCard. Used to show progress bar.
203 int jobId, String displayName, int totalCount, int currentCount) {
225 .setProgress(totalCount, currentCount, totalCount == - 1)
235 NumberFormat.getPercentInstance().format((double) currentCount / totalCount);
201 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 120 milliseconds