Searched refs:constructProgressNotification (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 93 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
|
D | ExportProcessor.java | 269 NotificationImportExportListener.constructProgressNotification(mService, in doProgressNotification()
|