HomeSort by relevance Sort by last modified time
    Searched defs:insertStructuredName (Results 1 - 8 of 8) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java 48 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
GlobalSearchSupportTest.java 54 DataUtil.insertStructuredName(mResolver, rawContactId, "Deer", "Dough");
SearchIndexManagerTest.java 54 DataUtil.insertStructuredName(mResolver, rawContactId, "John", "Doe");
57 DataUtil.insertStructuredName(mResolver, rawContactId, values);
66 DataUtil.insertStructuredName(mResolver, rawContactId, values);
75 DataUtil.insertStructuredName(mResolver, rawContactId, "John", "Doe");
78 DataUtil.insertStructuredName(mResolver, rawContactId, values);
87 DataUtil.insertStructuredName(mResolver, rawContactId, values);
102 DataUtil.insertStructuredName(mResolver, rawContactId, values);
118 DataUtil.insertStructuredName(mResolver, rawContactId, values);
138 DataUtil.insertStructuredName(mResolver, rawContactId, values);
153 DataUtil.insertStructuredName(mResolver, rawContactId, values)
    [all...]
BaseContactsProvider2Test.java     [all...]
ContactsProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DataUtil.java 44 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId,
53 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId,
55 return insertStructuredName(resolver, rawContactId, givenName, familyName,
59 public static Uri insertStructuredName(
83 return insertStructuredName(resolver, rawContactId, values);
RawContactUtil.java 114 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 120 Uri resultUri = DataUtil.insertStructuredName(mResolver, rawContactId, "Johna", "Smitha");
134 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnb", "Smithb");
137 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnb", "Smithb");
147 DataUtil.insertStructuredName(mResolver, rawContactId1, "Flynn", "Ryder");
153 DataUtil.insertStructuredName(mResolver, rawContactId2, "Flynn", "Ryder");
156 DataUtil.insertStructuredName(mResolver, rawContactId3, "Flynn", "Ryder");
165 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnc", "Smithc");
168 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnc", "smithc");
175 DataUtil.insertStructuredName(mResolver, rawContactId1, null, "Johnd");
178 DataUtil.insertStructuredName(mResolver, rawContactId2, null, "johnd")
    [all...]

Completed in 6250 milliseconds