Home
last modified time | relevance | path

Searched refs:constructProgressNotification (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java93 return constructProgressNotification(mContext, VCardService.TYPE_IMPORT, message, message, in onImportProcessed()
113 return constructProgressNotification(mContext.getApplicationContext(), in onImportParsed()
167 return constructProgressNotification(mContext, VCardService.TYPE_EXPORT, message, message, in onExportProcessed()
201 /* package */ static Notification constructProgressNotification( in constructProgressNotification() method in NotificationImportExportListener
DExportProcessor.java269 NotificationImportExportListener.constructProgressNotification(mService, in doProgressNotification()