Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneMmiCode.java292 } else if (isShortCode(dialString, phone)) { in newFromDialString()
566 isShortCode() { in isShortCode() method in ImsPhoneMmiCode
604 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode() method in ImsPhoneMmiCode
727 if (isShortCode()) return true; in isSupportedOverImsPhone()
787 if (isShortCode()) { in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java264 } else if (isShortCode(dialString, phone)) { in newFromDialString()
682 isShortCode() { in isShortCode() method in GsmMmiCode
720 static private boolean isShortCode(String dialString, GsmCdmaPhone phone) { in isShortCode() method in GsmMmiCode
880 if (isShortCode()) { in processCode()