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