Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DNotificationImportExportListener.java91 VCardService.TYPE_IMPORT, message, message, jobId, displayName, -1, 0); in onImportProcessed()
112 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText, in onImportParsed()
178 final String description = type == VCardService.TYPE_IMPORT ? in onCancelRequest()
226 .setSmallIcon(type == VCardService.TYPE_IMPORT in constructProgressNotification()
DCancelActivity.java88 if (mType == VCardService.TYPE_IMPORT) { in onCreateDialog()
DImportProcessor.java97 return VCardService.TYPE_IMPORT; in getType()
DVCardService.java70 /* package */ static final int TYPE_IMPORT = 1; field in VCardService