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.java164 private ArrayList<ContactNumber> getLooseMatchesFromDb(String query) { in getLooseMatchesFromDb() method in SmartDialPrefixTest
188 final ArrayList<ContactNumber> result1 = getLooseMatchesFromDb("5276676484"); in testPutForFullName()
191 final ArrayList<ContactNumber> result2 = getLooseMatchesFromDb("5276676488"); in testPutForFullName()
195 assertTrue(getLooseMatchesFromDb("22233344455566677778889999").contains(alphabet)); in testPutForFullName()
196 assertTrue(getLooseMatchesFromDb("33344455566677778889999").contains(alphabet)); in testPutForFullName()
197 assertTrue(getLooseMatchesFromDb("44455566677778889999").contains(alphabet)); in testPutForFullName()
198 assertTrue(getLooseMatchesFromDb("55566677778889999").contains(alphabet)); in testPutForFullName()
199 assertTrue(getLooseMatchesFromDb("66677778889999").contains(alphabet)); in testPutForFullName()
200 assertTrue(getLooseMatchesFromDb("77778889999").contains(alphabet)); in testPutForFullName()
201 assertTrue(getLooseMatchesFromDb("8889999").contains(alphabet)); in testPutForFullName()
[all …]