Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java353 int RIL_REQUEST_ENTER_SIM_PIN = 2; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java33 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_ENTER_SIM_PIN;
378 verifyRILResponse(mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_ENTER_SIM_PIN); in testSupplyIccPinForApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java748 RILRequest rr = obtainRequest(RIL_REQUEST_ENTER_SIM_PIN, result, in supplyIccPinForApp()
6123 case RIL_REQUEST_ENTER_SIM_PIN: in processResponseInternal()
6638 case RIL_REQUEST_ENTER_SIM_PIN: in requestToString()