Loading telephony/java/android/telephony/PhoneNumberUtils.java +2 −1 Original line number Diff line number Diff line Loading @@ -1554,7 +1554,8 @@ public class PhoneNumberUtils // // However, in order to loose match 650-555-1212 and 555-1212, we need to set the min match // to 7. static final int MIN_MATCH = 7; // For CTA and some carrier requirement, we need to change it to 11, it can be set dynamically. static final int MIN_MATCH = SystemProperties.getInt("persist.env.c.phone.matchnum", 7); /** * Checks a given number against the list of Loading Loading
telephony/java/android/telephony/PhoneNumberUtils.java +2 −1 Original line number Diff line number Diff line Loading @@ -1554,7 +1554,8 @@ public class PhoneNumberUtils // // However, in order to loose match 650-555-1212 and 555-1212, we need to set the min match // to 7. static final int MIN_MATCH = 7; // For CTA and some carrier requirement, we need to change it to 11, it can be set dynamically. static final int MIN_MATCH = SystemProperties.getInt("persist.env.c.phone.matchnum", 7); /** * Checks a given number against the list of Loading