Searched refs:DEFAULT_SIM_PIN_CODE (Results 1 – 2 of 2) sorted by relevance
160 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()
100 public static final String DEFAULT_SIM_PIN_CODE = "1234"; field in SimulatedCommands190 mPinCode = DEFAULT_SIM_PIN_CODE; in SimulatedCommands()