Home
last modified time | relevance | path

Searched refs:insertNickname (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java421 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization()
425 insertNickname(rawContactId2, "Rendall"); // To force reaggregation in testNonAggregationOnOrganization()
1017 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsDontSuggestInvisible()
1024 insertNickname(rawContactId2, "Superman"); in testAggregationSuggestionsDontSuggestInvisible()
1222 insertNickname(rawContactId, "Dro"); in testDisplayNameSources()
DContactAggregator2Test.java437 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization()
441 insertNickname(rawContactId2, "Rendall"); // To force reaggregation in testNonAggregationOnOrganization()
1015 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsDontSuggestInvisible()
1022 insertNickname(rawContactId2, "Superman"); in testAggregationSuggestionsDontSuggestInvisible()
1220 insertNickname(rawContactId, "Dro"); in testDisplayNameSources()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java238 insertNickname(rawContactId, "incredible"); in testSearchIndexForNickname()
DBaseContactsProvider2Test.java372 protected Uri insertNickname(long rawContactId, String nickname) { in insertNickname() method in BaseContactsProvider2Test
1727 insertNickname(rawContactId, nickname); in build()
DContactsProvider2Test.java4835 insertNickname(rawContactId, "Sully"); in testDisplayNameFromData()
5096 Uri dataUri = insertNickname(rawContactId, "Incredible"); in testSearchSnippetNickname()
5121 insertNickname(rawContactId, "Caveman"); in testSearchSnippetEmptyForNicknameInDisplayName()