Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java109 private static final String SIM_PUK_CODE = "12345678"; field in SimulatedCommands
289 if (puk != null && puk.equals(SIM_PUK_CODE)) { in supplyIccPuk()