Searched refs:PLUS_SIGN (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java48 private static final String PLUS_SIGN = "+"; field in class:SmsNumberUtils
165 return PLUS_SIGN + networkPortionNumber.substring(iddLength);
216 if (networkPortionNumber.startsWith(PLUS_SIGN)
218 if (networkPortionNumber.startsWith(PLUS_SIGN + NANP_IDD)) {
325 } else if (number.startsWith(PLUS_SIGN)) {
382 if (number.startsWith(PLUS_SIGN)) {

Completed in 18 milliseconds