Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java92 case TelephonyManager.SIM_STATE_PERM_DISABLED: in getSimStateString()
93 return TelephonyConstants.SIM_STATE_PERM_DISABLED; in getSimStateString()
DTelephonyConstants.java188 public static final String SIM_STATE_PERM_DISABLED = "PERM_DISABLED"; field in TelephonyConstants