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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
MetadataEntryParser.java 93 public static class RawContactInfo {
100 public RawContactInfo(String backupId, String accountType, String accountName,
111 final RawContactInfo mRawContactInfo1;
112 final RawContactInfo mRawContactInfo2;
116 public AggregationData(RawContactInfo rawContactInfo1, RawContactInfo rawContactInfo2,
126 final RawContactInfo mRawContactInfo;
134 public MetadataEntry(RawContactInfo rawContactInfo,
138 this.mRawContactInfo = rawContactInfo;
    [all...]
ContactsProvider2.java 155 import com.android.providers.contacts.MetadataEntryParser.RawContactInfo;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
MetadataEntryParserTest.java 25 import com.android.providers.contacts.MetadataEntryParser.RawContactInfo;
84 RawContactInfo rawContactInfo = new RawContactInfo(
86 RawContactInfo aggregationContact1 = new RawContactInfo(aggregationContactBackupId1,
88 RawContactInfo aggregationContact2 = new RawContactInfo(aggregationContactBackupId2,
112 MetadataEntry expectedResult = new MetadataEntry(rawContactInfo,
253 private void assertRawContactInfoEquals(RawContactInfo contact1, RawContactInfo contact2)
    [all...]
ContactsProvider2Test.java 90 import com.android.providers.contacts.MetadataEntryParser.RawContactInfo;
    [all...]

Completed in 1803 milliseconds