Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java514 public static boolean isSuppServiceCodes(String dialString, Phone phone) { in isSuppServiceCodes() method in ImsPhoneMmiCode
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java1392 boolean isSuppServiceCode = ImsPhoneMmiCode.isSuppServiceCodes(dialPart, this); in dial()