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

  /packages/providers/ContactsProvider/test_common/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(
62 return insertStructuredName(resolver, rawContactId, givenName, familyName, phoneticFamily,
66 public static Uri insertStructuredName(
96 return insertStructuredName(resolver, rawContactId, values);
105 return insertStructuredName(resolver, rawContactId, values);
RawContactUtil.java 112 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 129 Uri resultUri = DataUtil.insertStructuredName(mResolver, rawContactId, "Johna", "Smitha");
143 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnb", "Smithb");
146 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnb", "Smithb");
156 DataUtil.insertStructuredName(mResolver, rawContactId1, "Flynn", "Ryder");
162 DataUtil.insertStructuredName(mResolver, rawContactId2, "Flynn", "Ryder");
165 DataUtil.insertStructuredName(mResolver, rawContactId3, "Flynn", "Ryder");
174 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnc", "Smithc");
177 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnc", "smithc");
184 DataUtil.insertStructuredName(mResolver, rawContactId1, null, "Johnd");
187 DataUtil.insertStructuredName(mResolver, rawContactId2, null, "johnd")
    [all...]
ContactAggregatorTest.java 129 Uri resultUri = DataUtil.insertStructuredName(mResolver, rawContactId, "Johna", "Smitha");
143 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnb", "Smithb");
146 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnb", "Smithb");
156 DataUtil.insertStructuredName(mResolver, rawContactId1, "Flynn", "Ryder");
162 DataUtil.insertStructuredName(mResolver, rawContactId2, "Flynn", "Ryder");
165 DataUtil.insertStructuredName(mResolver, rawContactId3, "Flynn", "Ryder");
174 DataUtil.insertStructuredName(mResolver, rawContactId1, "Johnc", "Smithc");
177 DataUtil.insertStructuredName(mResolver, rawContactId2, "Johnc", "smithc");
184 DataUtil.insertStructuredName(mResolver, rawContactId1, null, "Johnd");
187 DataUtil.insertStructuredName(mResolver, rawContactId2, null, "johnd")
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
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...]
CallerInfoIntegrationTest.java 48 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
ContactsProvider2Test.java     [all...]
GlobalSearchSupportTest.java 54 DataUtil.insertStructuredName(mResolver, rawContactId, "Deer", "Dough");
BaseContactsProvider2Test.java     [all...]
  /packages/apps/EmergencyInfo/tests/src/com/android/emergency/
ContactTestUtils.java 70 insertStructuredName(contentResolver, rawContactId, name, values);
76 private static void insertStructuredName(ContentResolver contentResolver,

Completed in 2582 milliseconds