Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java339 int RIL_REQUEST_CHANGE_SIM_PIN2 = 7; field
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java23 import static com.android.internal.telephony.RILConstants.RIL_REQUEST_CHANGE_SIM_PIN2;
431 mRILUnderTest, mSerialNumberCaptor.getValue(), RIL_REQUEST_CHANGE_SIM_PIN2); in testChangeIccPin2ForApp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java928 RILRequest rr = obtainRequest(RIL_REQUEST_CHANGE_SIM_PIN2, result, in changeIccPin2ForApp()
5508 case RIL_REQUEST_CHANGE_SIM_PIN2: in processResponse()
6005 case RIL_REQUEST_CHANGE_SIM_PIN2: in requestToString()