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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactAggregatorTest.java 114 Uri resultUri = insertStructuredName(rawContactId, "Johna", "Smitha");
134 insertStructuredName(rawContactId1, "Johnb", "Smithb");
137 insertStructuredName(rawContactId2, "Johnb", "Smithb");
147 insertStructuredName(rawContactId1, "Flynn", "Ryder");
153 insertStructuredName(rawContactId2, "Flynn", "Ryder");
156 insertStructuredName(rawContactId3, "Flynn", "Ryder");
165 insertStructuredName(rawContactId1, "Johnc", "Smithc");
168 insertStructuredName(rawContactId2, "Johnc", "smithc");
175 insertStructuredName(rawContactId1, null, "Johnd");
178 insertStructuredName(rawContactId2, null, "johnd")
    [all...]
CallerInfoIntegrationTest.java 47 insertStructuredName(rawContactId, "Hot", "Tamale");
SearchIndexManagerTest.java 50 insertStructuredName(rawContactId, "John", "Doe");
53 insertStructuredName(rawContactId, values);
62 insertStructuredName(rawContactId, values);
78 insertStructuredName(rawContactId, values);
93 insertStructuredName(rawContactId, values);
113 insertStructuredName(rawContactId, values);
128 insertStructuredName(rawContactId, values);
155 insertStructuredName(rawContactId, values);
464 insertStructuredName(rawContactId, values);
ContactsProvider2Test.java     [all...]
GlobalSearchSupportTest.java 52 insertStructuredName(rawContactId, "Deer", "Dough");
BaseContactsProvider2Test.java 167 insertStructuredName(rawContactId, firstName, lastName);
251 protected Uri insertStructuredName(long rawContactId, String givenName, String familyName) {
267 return insertStructuredName(rawContactId, values);
270 protected Uri insertStructuredName(long rawContactId, ContentValues values) {
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 520 insertStructuredName(c, structuredNameInsert);
590 private void insertStructuredName(Cursor c, SQLiteStatement insert) {
    [all...]

Completed in 72 milliseconds