Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneNumberUtilsTest.java222 assertNull(PhoneNumberUtils.toCallerIDMinMatch(null)); in testExtractNetworkPortion()
392 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("17005554141")); in testToCallerIDIndexable()
393 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141")); in testToCallerIDIndexable()
394 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141,1234")); in testToCallerIDIndexable()
395 assertEquals("1414555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-4141;1234")); in testToCallerIDIndexable()
398 assertEquals("NN14555", PhoneNumberUtils.toCallerIDMinMatch("1-700-555-41NN")); in testToCallerIDIndexable()
401 assertEquals("", PhoneNumberUtils.toCallerIDMinMatch("")); in testToCallerIDIndexable()
402 assertEquals("0032", PhoneNumberUtils.toCallerIDMinMatch("2300")); in testToCallerIDIndexable()
403 assertEquals("0032+", PhoneNumberUtils.toCallerIDMinMatch("+2300")); in testToCallerIDIndexable()
404 assertEquals("#130#*", PhoneNumberUtils.toCallerIDMinMatch("*#031#")); in testToCallerIDIndexable()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java796 toCallerIDMinMatch(String phoneNumber) { in toCallerIDMinMatch() method in PhoneNumberUtils
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28416 method public static java.lang.String toCallerIDMinMatch(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt45297 method public static String toCallerIDMinMatch(String);