Searched defs:importer (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java1896 LegacyContactImporter importer = getLegacyContactImporter();
1897 if (importLegacyContacts(importer)) {
1947 /* package */ boolean importLegacyContacts(LegacyContactImporter importer) { argument
1951 if (importer.importContacts()) {
1960 mEstimatedStorageRequirement = importer.getEstimatedStorageRequirement();

Completed in 40 milliseconds