public class

LegacyContactImporter

extends Object
java.lang.Object
   ↳ com.android.providers.contacts.LegacyContactImporter

Summary

Constants
String DEFAULT_ACCOUNT_TYPE
String TAG
Public Constructors
LegacyContactImporter(Context context, ContactsProvider2 contactsProvider)
Public Methods
long getEstimatedStorageRequirement()
boolean importContacts()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DEFAULT_ACCOUNT_TYPE

Constant Value: "com.google"

public static final String TAG

Constant Value: "LegacyContactImporter"

Public Constructors

public LegacyContactImporter (Context context, ContactsProvider2 contactsProvider)

Public Methods

public long getEstimatedStorageRequirement ()

public boolean importContacts ()

Throws
Exception