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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java147 int RIL_REQUEST_CHANGE_SIM_PIN = 6; field in interface:RILConstants
H A DRIL.java752 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CHANGE_SIM_PIN, result);
2171 case RIL_REQUEST_CHANGE_SIM_PIN: ret = responseInts(p); break;
3227 case RIL_REQUEST_CHANGE_SIM_PIN: return "CHANGE_SIM_PIN";

Completed in 43 milliseconds