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.java216 assertNull(PhoneNumberUtils.toCallerIDMinMatch(null)); in testExtractNetworkPortion()
380 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("17005554141")); in testToCallerIDIndexable()
381 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141")); in testToCallerIDIndexable()
382 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141,1234")); in testToCallerIDIndexable()
383 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141;1234")); in testToCallerIDIndexable()
386 assertEquals("NN14555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-41NN")); in testToCallerIDIndexable()
389 assertEquals("", PhoneNumberUtils.toCallerIDMinMatch("")); in testToCallerIDIndexable()
390 assertEquals("0032", PhoneNumberUtils.toCallerIDMinMatch("2300")); in testToCallerIDIndexable()
391 assertEquals("0032+", PhoneNumberUtils.toCallerIDMinMatch("+2300")); in testToCallerIDIndexable()
392 assertEquals("#130#*", PhoneNumberUtils.toCallerIDMinMatch("*#031#")); in testToCallerIDIndexable()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java787 toCallerIDMinMatch(String phoneNumber) { in toCallerIDMinMatch() method in PhoneNumberUtils
/frameworks/base/core/api/
Dcurrent.txt41965 method public static String toCallerIDMinMatch(String);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28416 method public static java.lang.String toCallerIDMinMatch(java.lang.String);