Searched refs:TYPE_IMPORT (Results 1 – 4 of 4) sorted by relevance
95 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()
87 if (mType == VCardService.TYPE_IMPORT) { in onCreateDialog()
102 return VCardService.TYPE_IMPORT; in getType()
55 /* package */ static final int TYPE_IMPORT = 1; field in VCardService