Searched refs:RIL_REQUEST_WRITE_SMS_TO_SIM (Results 1 – 2 of 2) sorted by relevance
241 int RIL_REQUEST_WRITE_SMS_TO_SIM = 63; field
1416 RILRequest rr = RILRequest.obtain(RIL_REQUEST_WRITE_SMS_TO_SIM, in writeSmsToSim()2490 case RIL_REQUEST_WRITE_SMS_TO_SIM: ret = responseInts(p); break; in processSolicited()3985 case RIL_REQUEST_WRITE_SMS_TO_SIM: return "WRITE_SMS_TO_SIM"; in requestToString()