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.java364 final ContactNumber contactno4 = constructNewContactWithDummyIds(contactCursor, nameCursor, in testPutNumbersCountryCode() local
387 assertTrue(getLooseMatchesFromDb("85112345678").contains(contactno4)); in testPutNumbersCountryCode()
388 assertFalse(getLooseMatchesFromDb("12345678").contains(contactno4)); in testPutNumbersCountryCode()
404 final ContactNumber contactno4 = constructNewContactWithDummyIds(contactCursor, nameCursor, in testPutNumbersNANP() local
433 assertTrue(getLooseMatchesFromDb("15102849170").contains(contactno4)); in testPutNumbersNANP()
434 assertTrue(getLooseMatchesFromDb("5102849170").contains(contactno4)); in testPutNumbersNANP()
435 assertTrue(getLooseMatchesFromDb("2849170").contains(contactno4)); in testPutNumbersNANP()