Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2188 private static final String PLUS_SIGN_STRING = "+"; field in PhoneNumberUtils
2292 dialStr.lastIndexOf(PLUS_SIGN_STRING) != -1) { in cdmaCheckAndProcessPlusCodeByNumberFormat()
2478 ps = SystemProperties.get(PROPERTY_OPERATOR_IDP_STRING, PLUS_SIGN_STRING); in getCurrentIdp()