Searched refs:insertNickname (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 421 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()
|
D | ContactAggregator2Test.java | 437 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/ |
D | SearchIndexManagerTest.java | 238 insertNickname(rawContactId, "incredible"); in testSearchIndexForNickname()
|
D | BaseContactsProvider2Test.java | 372 protected Uri insertNickname(long rawContactId, String nickname) { in insertNickname() method in BaseContactsProvider2Test 1727 insertNickname(rawContactId, nickname); in build()
|
D | ContactsProvider2Test.java | 4835 insertNickname(rawContactId, "Sully"); in testDisplayNameFromData() 5096 Uri dataUri = insertNickname(rawContactId, "Incredible"); in testSearchSnippetNickname() 5121 insertNickname(rawContactId, "Caveman"); in testSearchSnippetEmptyForNicknameInDisplayName()
|