Searched refs:SS_INTERROGATION (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | GsmMmiCodeTest.java | 130 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 141 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 152 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 163 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 174 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 185 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 196 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 201 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 212 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() 223 controlStrings = GsmMmiCode.getControlStrings(SsData.RequestType.SS_INTERROGATION, in testGetControlStrings() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | SsData.java | 85 SS_INTERROGATION, enumConstant 90 return (this == SS_INTERROGATION); in isTypeInterrogation()
|
D | GsmMmiCode.java | 410 case SS_INTERROGATION: in parseSsData() 474 case SS_INTERROGATION: in getActionStringFromReqType()
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsSsData.java | 78 SS_INTERROGATION, 87 public static final int SS_INTERROGATION = 2; field in ImsSsData 461 return (getRequestType() == SS_INTERROGATION); in isTypeInterrogation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaPhone.java | 2544 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, serviceType)) { in getCallForwardingOption() 2665 if (isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, serviceType)) { in getCallBarring() 2744 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, SsData.ServiceType.SS_CLIR)){ in getOutgoingCallerIdDisplay() 2802 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, SsData.ServiceType.SS_CLIP)){ in queryCLIP() 2828 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, SsData.ServiceType.SS_WAIT)){ in getCallWaiting()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneMmiCode.java | 1986 case ImsSsData.SS_INTERROGATION: in parseSsData() 2077 case ImsSsData.SS_INTERROGATION: in getActionStringFromReqType()
|
/frameworks/base/core/api/ |
D | system-current.txt | 16696 field public static final int SS_INTERROGATION = 2; // 0x2
|