Searched refs:DEFAULT_SIM_PIN_CODE (Results 1 – 2 of 2) sorted by relevance
171 mUiccCardApplication.setIccLockEnabled(true, mSimulatedCommands.DEFAULT_SIM_PIN_CODE, in testGetSetIccLockedEnabled()181 mUiccCardApplication.changeIccLockPassword(mSimulatedCommands.DEFAULT_SIM_PIN_CODE, in testChangeIccLockPassword()185 eq(mSimulatedCommands.DEFAULT_SIM_PIN_CODE), eq("1111"), eq(TAG), (Message) any()); in testChangeIccLockPassword()194 mUiccCardApplication.supplyPin(mSimulatedCommands.DEFAULT_SIM_PIN_CODE, mSupplyPin); in testSupplyPin()198 eq(SimulatedCommands.DEFAULT_SIM_PIN_CODE), eq(TAG), (Message) any()); in testSupplyPin()
108 public static final String DEFAULT_SIM_PIN_CODE = "1234"; field in SimulatedCommands210 mPinCode = DEFAULT_SIM_PIN_CODE; in SimulatedCommands()