Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberUtilsTest.java199 assertNull(PhoneNumberUtils.toCallerIDMinMatch(null)); in testExtractNetworkPortion()
363 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("17005554141")); in testToCallerIDIndexable()
364 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141")); in testToCallerIDIndexable()
365 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141,1234")); in testToCallerIDIndexable()
366 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141;1234")); in testToCallerIDIndexable()
369 assertEquals("NN14555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-41NN")); in testToCallerIDIndexable()
372 assertEquals("", PhoneNumberUtils.toCallerIDMinMatch("")); in testToCallerIDIndexable()
373 assertEquals("0032", PhoneNumberUtils.toCallerIDMinMatch("2300")); in testToCallerIDIndexable()
374 assertEquals("0032+", PhoneNumberUtils.toCallerIDMinMatch("+2300")); in testToCallerIDIndexable()
375 assertEquals("#130#*", PhoneNumberUtils.toCallerIDMinMatch("*#031#")); in testToCallerIDIndexable()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java748 toCallerIDMinMatch(String phoneNumber) { in toCallerIDMinMatch() method in PhoneNumberUtils
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28416 method public static java.lang.String toCallerIDMinMatch(java.lang.String);
/frameworks/base/api/
Dcurrent.txt44543 method public static String toCallerIDMinMatch(String);