Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java107 final String tickerText = in onImportParsed() local
116 VCardService.TYPE_IMPORT, description, tickerText, jobId, request.displayName, in onImportParsed()
203 Context context, int type, String description, String tickerText, in constructProgressNotification() argument
227 .setTicker(tickerText) in constructProgressNotification()
DExportProcessor.java266 final String tickerText = in doProgressNotification() local
270 VCardService.TYPE_EXPORT, description, tickerText, mJobId, displayName, in doProgressNotification()