Searched refs:SIM_STATE_LOCKED (Results 1 – 4 of 4) sorted by relevance
42 public static final String INTENT_VALUE_ICC_LOCKED = Intent.SIM_STATE_LOCKED;
124 } else if (Intent.SIM_STATE_LOCKED.equals(stateExtra)) { in updateSimState()
1360 } else if (Intent.SIM_STATE_LOCKED.equals(stateExtra)) { in fromIntent()
4152 public static final String SIM_STATE_LOCKED = "LOCKED"; field in Intent