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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java148 int RIL_REQUEST_CHANGE_SIM_PIN2 = 7; field in interface:RILConstants
H A DRIL.java767 RILRequest rr = RILRequest.obtain(RIL_REQUEST_CHANGE_SIM_PIN2, result);
2172 case RIL_REQUEST_CHANGE_SIM_PIN2: ret = responseInts(p); break;
3228 case RIL_REQUEST_CHANGE_SIM_PIN2: return "CHANGE_SIM_PIN2";

Completed in 19 milliseconds