Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/database/
DSmartDialPrefixTest.java90 private ArrayList<ContactNumber> getLooseMatchesFromDb(String query) { in getLooseMatchesFromDb() method in SmartDialPrefixTest
114 final ArrayList<ContactNumber> result1 = getLooseMatchesFromDb("5276676484"); in testPutForFullName()
117 final ArrayList<ContactNumber> result2 = getLooseMatchesFromDb("5276676488"); in testPutForFullName()
121 assertTrue(getLooseMatchesFromDb("22233344455566677778889999").contains(alphabet)); in testPutForFullName()
122 assertTrue(getLooseMatchesFromDb("33344455566677778889999").contains(alphabet)); in testPutForFullName()
123 assertTrue(getLooseMatchesFromDb("44455566677778889999").contains(alphabet)); in testPutForFullName()
124 assertTrue(getLooseMatchesFromDb("55566677778889999").contains(alphabet)); in testPutForFullName()
125 assertTrue(getLooseMatchesFromDb("66677778889999").contains(alphabet)); in testPutForFullName()
126 assertTrue(getLooseMatchesFromDb("77778889999").contains(alphabet)); in testPutForFullName()
127 assertTrue(getLooseMatchesFromDb("8889999").contains(alphabet)); in testPutForFullName()
[all …]