Searched refs:RIL_REQUEST_STOP_LCE (Results 1 – 2 of 2) sorted by relevance
409 int RIL_REQUEST_STOP_LCE = 133; field
2804 case RIL_REQUEST_STOP_LCE: ret = responseLceStatus(p); break; in processSolicited()4421 case RIL_REQUEST_STOP_LCE: return "RIL_REQUEST_STOP_LCE"; in requestToString()5049 RILRequest rr = RILRequest.obtain(RIL_REQUEST_STOP_LCE, response); in stopLceService()