Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCardApplicationTest.java144 mUiccCardApplication.setIccFdnEnabled(true, mSimulatedCommands.DEFAULT_SIM_PIN2_CODE, in testGetSetIccFdnEnabled()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java103 public static final String DEFAULT_SIM_PIN2_CODE = "5678"; field in SimulatedCommands
193 mPin2Code = DEFAULT_SIM_PIN2_CODE; in SimulatedCommands()