HomeSort by relevance Sort by last modified time
    Searched refs:isShortCode (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneMmiCode.java 270 } else if (isShortCode(dialString, phone)) {
513 isShortCode() {
546 static private boolean isShortCode(String dialString, ImsPhone phone) {
568 * Helper function for isShortCode. Returns true if dialString appears to be
669 if (isShortCode()) return true;
700 if (isShortCode()) {
701 Rlog.d(LOG_TAG, "isShortCode");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 226 } else if (isShortCode(dialString, phone)) {
621 isShortCode() {
654 static private boolean isShortCode(String dialString, GSMPhone phone) {
676 * Helper function for isShortCode. Returns true if dialString appears to be
783 if (isShortCode()) {
784 Rlog.d(LOG_TAG, "isShortCode");
    [all...]

Completed in 3215 milliseconds