Searched refs:insertStructuredName (Results 1 - 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactAggregatorTest.java114 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(rawContactId
[all...]
H A DCallerInfoIntegrationTest.java47 insertStructuredName(rawContactId, "Hot", "Tamale");
H A DSearchIndexManagerTest.java50 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);
H A DContactsProvider2Test.java838 Uri dataUri1 = insertStructuredName(rawContactId1, "John", "Doe");
840 Uri dataUri2 = insertStructuredName(rawContactId2, "Jane", "Doe");
860 insertStructuredName(rawContactId, "Meghan", "Knox");
982 insertStructuredName(rawContactId, "Hot", "Tamale");
1016 insertStructuredName(rawContactId, "Hot", "Tamale");
1036 insertStructuredName(rawContactId, "Hot1", "Tamale");
1056 insertStructuredName(rawContactId, "Hot2", "Tamale");
1075 insertStructuredName(rawContactId, "Hot", "Tamale");
1114 insertStructuredName(rawContactId, "Meghan", "Knox");
1474 Uri nameUri = insertStructuredName(rawContactI
[all...]
H A DGlobalSearchSupportTest.java52 insertStructuredName(rawContactId, "Deer", "Dough");
H A DBaseContactsProvider2Test.java166 insertStructuredName(rawContactId, firstName, lastName);
250 protected Uri insertStructuredName(long rawContactId, String givenName, String familyName) { method in class:BaseContactsProvider2Test
266 return insertStructuredName(rawContactId, values);
269 protected Uri insertStructuredName(long rawContactId, ContentValues values) { method in class:BaseContactsProvider2Test
1401 insertStructuredName(rawContactId, givenName, familyName);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java520 insertStructuredName(c, structuredNameInsert);
590 private void insertStructuredName(Cursor c, SQLiteStatement insert) { method in class:LegacyContactImporter

Completed in 80 milliseconds