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

  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 43 /* package */ static final String DEFAULT_NOTIFICATION_TAG = "VCardServiceProgress";
47 * Use a different tag from {@link #DEFAULT_NOTIFICATION_TAG} so that failures do not get
137 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
155 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
183 mNotificationManager.notify(DEFAULT_NOTIFICATION_TAG, request.jobId, notification);
ExportProcessor.java 281 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
292 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,
312 mNotificationManager.notify(NotificationImportExportListener.DEFAULT_NOTIFICATION_TAG,

Completed in 47 milliseconds