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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactImporterPerformanceTest.java115 LegacyContactImporter importer = new LegacyContactImporter(providerContext, provider);
123 provider.importLegacyContacts(importer);
H A DLegacyContactImporterTest.java144 LegacyContactImporter importer =
146 provider.importLegacyContacts(importer);
/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 84 milliseconds