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.java185 int RIL_REQUEST_CHANGE_SIM_PIN2 = 7; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java834 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CHANGE_SIM_PIN2, result); in changeIccPin2ForApp()
2425 case RIL_REQUEST_CHANGE_SIM_PIN2: ret = responseInts(p); break; in processSolicited()
2604 case RIL_REQUEST_CHANGE_SIM_PIN2: in processSolicited()
3929 case RIL_REQUEST_CHANGE_SIM_PIN2: return "CHANGE_SIM_PIN2"; in requestToString()