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 45 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId,
54 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId,
56 return insertStructuredName(resolver, rawContactId, givenName, familyName,
60 public static Uri insertStructuredName(
63 return insertStructuredName(resolver, rawContactId, givenName, familyName, phoneticGiven,
67 public static Uri insertStructuredName(
95 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 126 Uri resultUri = DataUtil.insertStructuredName(mResolver, rawContactId, "Johna", "Smitha");
140 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnb", "Smithb");
143 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnb", "Smithb");
153 DataUtil.insertStructuredName(mResolver, rawContactId1, "Flynn", "Ryder");
159 DataUtil.insertStructuredName(mResolver, rawContactId2, "Flynn", "Ryder");
162 DataUtil.insertStructuredName(mResolver, rawContactId3, "Flynn", "Ryder");
171 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnc", "Smithc");
174 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnc", "smithc");
181 DataUtil.insertStructuredName(mResolver, rawContactId1, null, "Johnd");
184 DataUtil.insertStructuredName(mResolver, rawContactId2, null, "johnd")
    [all...]

Completed in 164 milliseconds