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 38 /* package */ static final String DEFAULT_NOTIFICATION_TAG = "VCardServiceProgress";
42 * Use a different tag from {@link #DEFAULT_NOTIFICATION_TAG} so that failures do not get
89 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
111 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
131 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
149 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
163 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, jobId, notification);
178 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
ExportProcessor.java 244 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
254 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
265 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,

Completed in 586 milliseconds