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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java117 Uri resultUri = insertStructuredName(rawContactId, "Johna", "Smitha");
131 insertStructuredName(rawContactId1, "Johnb", "Smithb");
134 insertStructuredName(rawContactId2, "Johnb", "Smithb");
144 insertStructuredName(rawContactId1, "Flynn", "Ryder");
150 insertStructuredName(rawContactId2, "Flynn", "Ryder");
153 insertStructuredName(rawContactId3, "Flynn", "Ryder");
162 insertStructuredName(rawContactId1, "Johnc", "Smithc");
165 insertStructuredName(rawContactId2, "Johnc", "smithc");
172 insertStructuredName(rawContactId1, null, "Johnd");
175 insertStructuredName(rawContactId
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java47 insertStructuredName(rawContactId, "Hot", "Tamale");
H A DSearchIndexManagerTest.java51 insertStructuredName(rawContactId, "John", "Doe");
54 insertStructuredName(rawContactId, values);
63 insertStructuredName(rawContactId, values);
79 insertStructuredName(rawContactId, values);
94 insertStructuredName(rawContactId, values);
114 insertStructuredName(rawContactId, values);
129 insertStructuredName(rawContactId, values);
156 insertStructuredName(rawContactId, values);
511 insertStructuredName(rawContactId, values);
H A DContactsProvider2Test.java925 Uri dataUri1 = insertStructuredName(rawContactId1, "John", "Doe");
927 Uri dataUri2 = insertStructuredName(rawContactId2, "Jane", "Doe");
947 insertStructuredName(rawContactId, "Meghan", "Knox");
1264 insertStructuredName(rawContactId, "Hot", "Tamale");
1305 insertStructuredName(rawContactId, "Hot", "Tamale");
1337 insertStructuredName(rawContactId, "Hot1", "Tamale");
1357 insertStructuredName(rawContactId, "Hot2", "Tamale");
1380 insertStructuredName(rawContactId, "Senor", "Chang");
1416 insertStructuredName(rawContactId, "Senor", "Chang");
1452 insertStructuredName(rawContactI
[all...]
H A DGlobalSearchSupportTest.java52 insertStructuredName(rawContactId, "Deer", "Dough");
H A DBaseContactsProvider2Test.java181 insertStructuredName(rawContactId, firstName, lastName);
265 protected Uri insertStructuredName(long rawContactId, String givenName, String familyName) { method in class:BaseContactsProvider2Test
281 return insertStructuredName(rawContactId, values);
284 protected Uri insertStructuredName(long rawContactId, ContentValues values) { method in class:BaseContactsProvider2Test
1501 insertStructuredName(rawContactId, givenName, familyName);

Completed in 119 milliseconds