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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
NotificationImportExportListener.java 41 /* package */ static final String DEFAULT_NOTIFICATION_TAG = "VCardServiceProgress";
45 * Use a different tag from {@link #DEFAULT_NOTIFICATION_TAG} so that failures do not get
92 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
114 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
135 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
153 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
167 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
182 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
ExportProcessor.java 242 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
252 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
263 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,

Completed in 247 milliseconds