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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactImporterPerformanceTest.java 89 LegacyContactImporter importer = new LegacyContactImporter(providerContext, provider);
LegacyContactImporterTest.java 40 * Unit tests for {@link LegacyContactImporter}.
141 LegacyContactImporter importer =
142 new LegacyContactImporter(createLegacyMockContext(folder), provider);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 53 public class LegacyContactImporter {
55 public static final String TAG = "LegacyContactImporter";
102 public LegacyContactImporter(Context context, ContactsProvider2 contactsProvider) {
    [all...]
ContactsProvider2.java     [all...]

Completed in 63 milliseconds