Searched refs:RIL_REQUEST_WRITE_SMS_TO_SIM (Results 1 – 2 of 2) sorted by relevance
339 int RIL_REQUEST_WRITE_SMS_TO_SIM = 63; field
1576 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()