Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java197 int RIL_REQUEST_CHANGE_SIM_PIN = 6; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java850 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CHANGE_SIM_PIN, result); in changeIccPinForApp()
2464 case RIL_REQUEST_CHANGE_SIM_PIN: ret = responseInts(p); break; in processSolicited()
2647 case RIL_REQUEST_CHANGE_SIM_PIN: in processSolicited()
4062 case RIL_REQUEST_CHANGE_SIM_PIN: return "CHANGE_SIM_PIN"; in requestToString()