Searched refs:SIM_STATE_READY (Results 1 – 5 of 5) sorted by relevance
23 import static android.telephony.TelephonyManager.SIM_STATE_READY;255 && mTelephonyManager.getSimState() == SIM_STATE_READY; in isMobileDataSupported()
88 case TelephonyManager.SIM_STATE_READY: in getSimStateString()89 return TelephonyConstants.SIM_STATE_READY; in getSimStateString()
181 public static final String SIM_STATE_READY = "READY"; field in TelephonyConstants
349 assertThat(telephonyManager.getSimState()).isEqualTo(TelephonyManager.SIM_STATE_READY); in shouldGetSimState()421 assertThat(telephonyManager.getSimState()).isEqualTo(TelephonyManager.SIM_STATE_READY); in resetSimStates_shouldRetainDefaultState()
294 simStates.put(0, TelephonyManager.SIM_STATE_READY); in resetSimStates()