Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java274 int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1434 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM, in writeSmsToRuim()
2523 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: ret = responseInts(p); break; in processSolicited()
4018 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: return "RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM"; in requestToString()