HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_IMPORT (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/vcard/
NotificationImportExportListener.java 89 VCardService.TYPE_IMPORT, message, message, jobId, displayName, -1, 0);
110 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText,
175 final String description = type == VCardService.TYPE_IMPORT ?
214 final int icon = (type == VCardService.TYPE_IMPORT ? android.R.drawable.stat_sys_download :
CancelActivity.java 47 * Must be {@link VCardService#TYPE_IMPORT} or {@link VCardService#TYPE_EXPORT}.
92 if (mType == VCardService.TYPE_IMPORT) {
ImportProcessor.java 97 return VCardService.TYPE_IMPORT;
VCardService.java 70 /* package */ static final int TYPE_IMPORT = 1;

Completed in 151 milliseconds