Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DPhoneLookupWithStarPrefixTest.java27 assertEquals("6502910000", PhoneLookupWithStarPrefix.normalizeNumberWithStar( in testNormalizeNumberWithStar()
29 assertEquals("1234567", PhoneLookupWithStarPrefix.normalizeNumberWithStar("12,3#4*567")); in testNormalizeNumberWithStar()
30 assertEquals("8004664114", PhoneLookupWithStarPrefix.normalizeNumberWithStar( in testNormalizeNumberWithStar()
32 assertEquals("+16502910000", PhoneLookupWithStarPrefix.normalizeNumberWithStar( in testNormalizeNumberWithStar()
34 assertEquals("*16502910000", PhoneLookupWithStarPrefix.normalizeNumberWithStar( in testNormalizeNumberWithStar()
36 assertEquals("*123", PhoneLookupWithStarPrefix.normalizeNumberWithStar("*1-23")); in testNormalizeNumberWithStar()
37 assertEquals("*123", PhoneLookupWithStarPrefix.normalizeNumberWithStar("*+1-23")); in testNormalizeNumberWithStar()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhoneLookupWithStarPrefix.java31 /* package-protected */ final class PhoneLookupWithStarPrefix { class
DContactsProvider2.java7249 cursor = PhoneLookupWithStarPrefix in queryLocal()
7252 cursor = PhoneLookupWithStarPrefix.removeNoMatchPhoneNumber(number, in queryLocal()
7271 fallbackCursor = PhoneLookupWithStarPrefix.removeNonStarMatchesFromCursor( in queryLocal()
7273 return PhoneLookupWithStarPrefix.removeNoMatchPhoneNumber(number, in queryLocal()