Searched refs:SIM_STATE_ABSENT (Results 1 – 3 of 3) sorted by relevance
84 case TelephonyManager.SIM_STATE_ABSENT: in getSimStateString()85 return TelephonyConstants.SIM_STATE_ABSENT; in getSimStateString()
214 public static final String SIM_STATE_ABSENT = "ABSENT"; field in TelephonyConstants
355 int expectedSimState = TelephonyManager.SIM_STATE_ABSENT; in shouldGetSimStateUsingSlotNumber()