Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java338 int RIL_REQUEST_CHANGE_SIM_PIN = 6; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java22 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_CHANGE_SIM_PIN;
418 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_CHANGE_SIM_PIN); in testChangeIccPinForApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java900 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN, result, in changeIccPinForApp()
5507 case RIL_REQUEST_CHANGE_SIM_PIN: in processResponse()
6003 case RIL_REQUEST_CHANGE_SIM_PIN: in requestToString()