Home
last modified time | relevance | path

Searched refs:DEFAULT_SIM_PIN_CODE (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardApplicationTest.java160 mUiccCardApplication.setIccLockEnabled(true, mSimulatedCommands.DEFAULT_SIM_PIN_CODE, in testGetSetIccLockedEnabled()
170 mUiccCardApplication.changeIccLockPassword(mSimulatedCommands.DEFAULT_SIM_PIN_CODE, in testChangeIccLockPassword()
174 eq(mSimulatedCommands.DEFAULT_SIM_PIN_CODE), eq("1111"), eq(TAG), (Message) any()); in testChangeIccLockPassword()
183 mUiccCardApplication.supplyPin(mSimulatedCommands.DEFAULT_SIM_PIN_CODE, mSupplyPin); in testSupplyPin()
187 eq(SimulatedCommands.DEFAULT_SIM_PIN_CODE), eq(TAG), (Message) any()); in testSupplyPin()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java100 public static final String DEFAULT_SIM_PIN_CODE = "1234"; field in SimulatedCommands
190 mPinCode = DEFAULT_SIM_PIN_CODE; in SimulatedCommands()