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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DDataUtil.java45 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, method in class:DataUtil
54 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, method in class:DataUtil
56 return insertStructuredName(resolver, rawContactId, givenName, familyName,
60 public static Uri insertStructuredName( method in class:DataUtil
63 return insertStructuredName(resolver, rawContactId, givenName, familyName, phoneticFamily,
67 public static Uri insertStructuredName( method in class:DataUtil
97 return insertStructuredName(resolver, rawContactId, values);
106 return insertStructuredName(resolver, rawContactId, values);
H A DRawContactUtil.java126 DataUtil.insertStructuredName(resolver, rawContactId, firstName, lastName);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java129 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(mResolve
[all...]
H A DContactAggregatorTest.java129 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(mResolve
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java54 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(mResolve
[all...]
H A DCallerInfoIntegrationTest.java48 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
H A DContactsProvider2Test.java1266 Uri dataUri1 = DataUtil.insertStructuredName(mResolver, rawContactId1, "John", "Doe");
1268 Uri dataUri2 = DataUtil.insertStructuredName(mResolver, rawContactId2, "Jane", "Doe");
1288 DataUtil.insertStructuredName(mResolver, rawContactId, "Meghan", "Knox");
1606 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
1643 DataUtil.insertStructuredName(mResolver, rawContactId, "Hot", "Tamale");
1672 DataUtil.insertStructuredName(mResolver, rawContactId, "Emergency", /* familyName =*/ null);
1677 DataUtil.insertStructuredName(mResolver, rawContactId, "Voicemail", /* familyName =*/ null);
1704 DataUtil.insertStructuredName(mResolver, rawContactId1, "Emergency",
1718 DataUtil.insertStructuredName(mResolver, rawContactId1, "Voice mail",
1731 DataUtil.insertStructuredName(mResolve
[all...]
H A DGlobalSearchSupportTest.java54 DataUtil.insertStructuredName(mResolver, rawContactId, "Deer", "Dough");
H A DBaseContactsProvider2Test.java1599 DataUtil.insertStructuredName(mResolver, rawContactId, givenName, familyName);
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
H A DContactTestUtils.java70 insertStructuredName(contentResolver, rawContactId, name, values);
76 private static void insertStructuredName(ContentResolver contentResolver, method in class:ContactTestUtils

Completed in 1876 milliseconds