Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java94 case TelephonyManager.SIM_STATE_CARD_IO_ERROR: in getSimStateString()
95 return TelephonyConstants.SIM_STATE_CARD_IO_ERROR; in getSimStateString()
DTelephonyConstants.java189 public static final String SIM_STATE_CARD_IO_ERROR = "CARD_IO_ERROR"; field in TelephonyConstants