Searched refs:insertNickname (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
H A D | ContactAggregator2Test.java | 464 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinSameAccount() 467 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinSameAccount() 474 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinDifferentAccounts() 477 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinDifferentAccounts() 486 insertNickname(rawContactId1, "Elastigirl"); in testAggregationByNicknameWithDifferentNames() 500 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization() 1072 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName() 1076 insertNickname(rawContactId2, "superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName() 1126 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsDontSuggestInvisible() 1133 insertNickname(rawContactId2, "Superman"); in testAggregationSuggestionsDontSuggestInvisible() [all …]
|
H A D | ContactAggregatorTest.java | 449 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredName() 452 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredName() 460 insertNickname(rawContactId1, "Elastigirl"); in testAggregationByNicknameWithDifferentNames() 464 insertNickname(rawContactId2, "Elastigirl"); in testAggregationByNicknameWithDifferentNames() 474 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization() 1048 insertNickname(rawContactId1, "Spider-Man"); in testAggregationSuggestionsBasedOnNickname() 1064 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName() 1068 insertNickname(rawContactId2, "superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName() 1118 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsDontSuggestInvisible() 1125 insertNickname(rawContactId2, "Superman"); in testAggregationSuggestionsDontSuggestInvisible() [all …]
|
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
H A D | SearchIndexManagerTest.java | 237 insertNickname(rawContactId, "incredible"); in testSearchIndexForNickname()
|
H A D | BaseContactsProvider2Test.java | 354 protected Uri insertNickname(long rawContactId, String nickname) { in insertNickname() method in BaseContactsProvider2Test 1625 insertNickname(rawContactId, nickname); in build()
|
H A D | ContactsProvider2Test.java | 4479 insertNickname(rawContactId, "Sully"); in testDisplayNameFromData() 4740 Uri dataUri = insertNickname(rawContactId, "Incredible"); in testSearchSnippetNickname() 4765 insertNickname(rawContactId, "Caveman"); in testSearchSnippetEmptyForNicknameInDisplayName()
|