Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/database/
DSmartDialPrefixTest.java438 final ContactNumber contactno4 = constructNewContactWithDummyIds(contactCursor, nameCursor, in testPutNumbersCountryCode() local
461 assertTrue(getLooseMatchesFromDb("85112345678").contains(contactno4)); in testPutNumbersCountryCode()
462 assertFalse(getLooseMatchesFromDb("12345678").contains(contactno4)); in testPutNumbersCountryCode()
478 final ContactNumber contactno4 = constructNewContactWithDummyIds(contactCursor, nameCursor, in testPutNumbersNANP() local
507 assertTrue(getLooseMatchesFromDb("15102849170").contains(contactno4)); in testPutNumbersNANP()
508 assertTrue(getLooseMatchesFromDb("5102849170").contains(contactno4)); in testPutNumbersNANP()
509 assertTrue(getLooseMatchesFromDb("2849170").contains(contactno4)); in testPutNumbersNANP()