Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2cd9467 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Suppress warning around old vcard code.

parent c32897a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@ import java.io.UnsupportedEncodingException;

/**
 * This interface is used to parse the V format files, such as VCard & VCal
 *
 */
@Deprecated
abstract public class VParser {
+0 −2
Original line number Diff line number Diff line
@@ -17,12 +17,10 @@
package android.syncml.pim.vcard;

import android.content.AbstractSyncableContentProvider;
import android.content.ContentProviderOperation;
import android.content.ContentResolver;
import android.content.ContentUris;
import android.content.ContentValues;
import android.net.Uri;
import android.provider.CallLog;
import android.provider.Contacts;
import android.provider.CallLog.Calls;
import android.provider.Contacts.ContactMethods;
+0 −2
Original line number Diff line number Diff line
@@ -29,8 +29,6 @@ import android.syncml.pim.vcard.ContactStruct.PhoneData;

/**
 * Compose VCard string
 * 
 * @depricated Please use the code in android.pim.vcard
 */
@Deprecated
public class VCardComposer {
+0 −2
Original line number Diff line number Diff line
@@ -47,8 +47,6 @@ import java.util.List;
 * If we store all VNode entries in memory like VDataBuilder.java,
 * OutOfMemoryError may be thrown. Thus, this class push each VCard entry into
 * ContentResolver immediately.
 * 
 * @depricated Please use the code in android.pim.vcard
 */
@Deprecated
public class VCardDataBuilder implements VBuilder {
+0 −3
Original line number Diff line number Diff line
@@ -20,9 +20,6 @@ import java.util.List;

import android.syncml.pim.VBuilder;

/**
 * @depricated Please use the code in android.pim.vcard
 */
@Deprecated
public class VCardEntryCounter implements VBuilder {
    private int mCount;
Loading