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/
DContactAggregator2Test.java430 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinSameAccount()
433 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinSameAccount()
440 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinDifferentAccounts()
443 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredNameWithinDifferentAccounts()
452 insertNickname(rawContactId1, "Elastigirl"); in testAggregationByNicknameWithDifferentNames()
456 insertNickname(rawContactId2, "Elastigirl"); in testAggregationByNicknameWithDifferentNames()
466 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization()
470 insertNickname(rawContactId2, "Rendall"); // To force reaggregation in testNonAggregationOnOrganization()
1022 insertNickname(rawContactId1, "Spider-Man"); in testAggregationSuggestionsBasedOnNickname()
1038 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName()
[all …]
DContactAggregatorTest.java414 insertNickname(rawContactId1, "Frozone"); in testAggregationByNicknameNoStructuredName()
417 insertNickname(rawContactId2, "Frozone"); in testAggregationByNicknameNoStructuredName()
425 insertNickname(rawContactId1, "Elastigirl"); in testAggregationByNicknameWithDifferentNames()
429 insertNickname(rawContactId2, "Elastigirl"); in testAggregationByNicknameWithDifferentNames()
439 insertNickname(rawContactId1, "Boo"); in testNonAggregationOnOrganization()
443 insertNickname(rawContactId2, "Rendall"); // To force reaggregation in testNonAggregationOnOrganization()
1013 insertNickname(rawContactId1, "Spider-Man"); in testAggregationSuggestionsBasedOnNickname()
1029 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName()
1033 insertNickname(rawContactId2, "superman"); in testAggregationSuggestionsBasedOnNicknameMatchingName()
1083 insertNickname(rawContactId1, "Superman"); in testAggregationSuggestionsDontSuggestInvisible()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java237 insertNickname(rawContactId, "incredible"); in testSearchIndexForNickname()
DBaseContactsProvider2Test.java346 protected Uri insertNickname(long rawContactId, String nickname) { in insertNickname() method in BaseContactsProvider2Test
1602 insertNickname(rawContactId, nickname);
DContactsProvider2Test.java4841 insertNickname(rawContactId, "Sully"); in testDisplayNameFromData()
5102 Uri dataUri = insertNickname(rawContactId, "Incredible"); in testSearchSnippetNickname()
5127 insertNickname(rawContactId, "Caveman"); in testSearchSnippetEmptyForNicknameInDisplayName()