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.java372 int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1594 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM, in writeSmsToRuim()
2769 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: ret = responseInts(p); break; in processSolicited()
4384 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: return "RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM"; in requestToString()