Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java339 int RIL_REQUEST_WRITE_SMS_TO_SIM = 63; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java1576 RILRequest rr = RILRequest.obtain(RIL_REQUEST_WRITE_SMS_TO_SIM, in writeSmsToSim()
2736 case RIL_REQUEST_WRITE_SMS_TO_SIM: ret = responseInts(p); break; in processSolicited()
4351 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()