Searched refs:toCallerIDMinMatch (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberUtilsTest.java | 222 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/ |
D | PhoneNumberUtils.java | 796 toCallerIDMinMatch(String phoneNumber) { in toCallerIDMinMatch() method in PhoneNumberUtils
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28416 method public static java.lang.String toCallerIDMinMatch(java.lang.String);
|
/frameworks/base/core/api/ |
D | current.txt | 45297 method public static String toCallerIDMinMatch(String);
|