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.java255 int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96; field
DRIL.java1276 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM, in writeSmsToRuim()
2238 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: ret = responseInts(p); break; in processSolicited()
3445 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: return "RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM"; in requestToString()