Searched refs:TYPE_IMPORT (Results 1 – 4 of 4) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | NotificationImportExportListener.java | 91 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()
|
D | CancelActivity.java | 88 if (mType == VCardService.TYPE_IMPORT) { in onCreateDialog()
|
D | ImportProcessor.java | 97 return VCardService.TYPE_IMPORT; in getType()
|
D | VCardService.java | 70 /* package */ static final int TYPE_IMPORT = 1; field in VCardService
|