Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java198 int RIL_REQUEST_CHANGE_SIM_PIN2 = 7; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java871 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CHANGE_SIM_PIN2, result); in changeIccPin2ForApp()
2465 case RIL_REQUEST_CHANGE_SIM_PIN2: ret = responseInts(p); break; in processSolicited()
2648 case RIL_REQUEST_CHANGE_SIM_PIN2: in processSolicited()
4063 case RIL_REQUEST_CHANGE_SIM_PIN2: return "CHANGE_SIM_PIN2"; in requestToString()