OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
166
insertStructuredName
(rawContactId, firstName, lastName);
250
protected Uri
insertStructuredName
(long rawContactId, String givenName, String familyName) {
266
return
insertStructuredName
(rawContactId, values);
269
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 81 milliseconds