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/
H A DRILConstants.java237 int RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM = 96; field in interface:RILConstants
H A DRIL.java1262 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM,
2261 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: ret = responseInts(p); break;
3317 case RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM: return "RIL_REQUEST_CDMA_WRITE_SMS_TO_RUIM";

Completed in 22 milliseconds