Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java2544 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, serviceType)) { in getCallForwardingOption()
2603 if(isRequestBlockedByFDN(requestType, serviceType)) { in setCallForwardingOption()
2665 if (isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, serviceType)) { in getCallBarring()
2692 if (isRequestBlockedByFDN(requestType, serviceType)) { in setCallBarring()
2744 if(isRequestBlockedByFDN(SsData.RequestType.SS_INTERROGATION, SsData.ServiceType.SS_CLIR)){ in getOutgoingCallerIdDisplay()
2772 if (isRequestBlockedByFDN(requestType, SsData.ServiceType.SS_CLIR)) { in setOutgoingCallerIdDisplay()
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()
2881 if (isRequestBlockedByFDN(requestType, SsData.ServiceType.SS_WAIT)) { in setCallWaiting()
5387 private boolean isRequestBlockedByFDN(SsData.RequestType requestType, in isRequestBlockedByFDN() method in GsmCdmaPhone