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.java305 } else if (isShortCode(dialString, phone)) { in newFromDialString()
636 isShortCode() { in isShortCode() method in ImsPhoneMmiCode
674 static private boolean isShortCode(String dialString, ImsPhone phone) { in isShortCode() method in ImsPhoneMmiCode
803 if (isShortCode()) return true; in isSupportedOverImsPhone()
864 if (isShortCode()) { in processCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java280 } else if (isShortCode(dialString, phone)) { in newFromDialString()
704 isShortCode() { in isShortCode() method in GsmMmiCode
742 static private boolean isShortCode(String dialString, GsmCdmaPhone phone) { in isShortCode() method in GsmMmiCode
910 if (isShortCode()) { in processCode()