Searched refs:constructProgressNotification (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 95 return constructProgressNotification(mContext, VCardService.TYPE_IMPORT, message, message, in onImportProcessed() 115 return constructProgressNotification(mContext.getApplicationContext(), in onImportParsed() 168 return constructProgressNotification(mContext, VCardService.TYPE_EXPORT, message, message, in onExportProcessed() 202 /* package */ static Notification constructProgressNotification( in constructProgressNotification() method in NotificationImportExportListener
|
D | ExportProcessor.java | 269 NotificationImportExportListener.constructProgressNotification(mService, in doProgressNotification()
|