Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java307 int RIL_REQUEST_SIM_CLOSE_CHANNEL = 116; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java2584 case RIL_REQUEST_SIM_CLOSE_CHANNEL: ret = responseVoid(p); break; in processSolicited()
4173 case RIL_REQUEST_SIM_CLOSE_CHANNEL: return "RIL_REQUEST_SIM_CLOSE_CHANNEL"; in requestToString()
4664 RILRequest rr = RILRequest.obtain(RIL_REQUEST_SIM_CLOSE_CHANNEL, response); in iccCloseLogicalChannel()