Searched refs:SIM_STATE_PUK_REQUIRED (Results 1 – 2 of 2) sorted by relevance
88 case TelephonyManager.SIM_STATE_PUK_REQUIRED: in getSimStateString()89 return TelephonyConstants.SIM_STATE_PUK_REQUIRED; in getSimStateString()
215 public static final String SIM_STATE_PUK_REQUIRED = "PUK_REQUIRED"; field in TelephonyConstants