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.java95 return constructProgressNotification(mContext, VCardService.TYPE_IMPORT, message, message, in onImportProcessed()
116 return constructProgressNotification(mContext.getApplicationContext(), in onImportParsed()
169 return constructProgressNotification(mContext, VCardService.TYPE_EXPORT, message, message, in onExportProcessed()
203 /* package */ static Notification constructProgressNotification( in constructProgressNotification() method in NotificationImportExportListener
DExportProcessor.java275 NotificationImportExportListener.constructProgressNotification(mService, in doProgressNotification()