Home
last modified time | relevance | path

Searched refs:TYPE_IMPORT (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/vcard/
DNotificationImportExportListener.java95 return constructProgressNotification(mContext, VCardService.TYPE_IMPORT, message, message, in onImportProcessed()
116 VCardService.TYPE_IMPORT, description, tickerText, jobId, request.displayName, in onImportParsed()
180 final String description = type == VCardService.TYPE_IMPORT ? in onCancelRequest()
230 .setSmallIcon(type == VCardService.TYPE_IMPORT in constructProgressNotification()
DCancelActivity.java87 if (mType == VCardService.TYPE_IMPORT) { in onCreateDialog()
DImportProcessor.java102 return VCardService.TYPE_IMPORT; in getType()
DVCardService.java55 /* package */ static final int TYPE_IMPORT = 1; field in VCardService