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

/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DNotificationImportExportListener.java88 VCardService.TYPE_IMPORT, message, message, jobId, displayName, -1, 0);
109 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText,
174 final String description = type == VCardService.TYPE_IMPORT ?
221 .setSmallIcon(type == VCardService.TYPE_IMPORT
H A DCancelActivity.java44 * Must be {@link VCardService#TYPE_IMPORT} or {@link VCardService#TYPE_EXPORT}.
88 if (mType == VCardService.TYPE_IMPORT) {
H A DImportProcessor.java97 return VCardService.TYPE_IMPORT;
H A DVCardService.java69 /* package */ static final int TYPE_IMPORT = 1; field in class:VCardService

Completed in 126 milliseconds