Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java168 } else if (state == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM) { in getDcPowerStateString()
169 return TelephonyConstants.DC_POWER_STATE_MEDIUM; in getDcPowerStateString()
DTelephonyConstants.java86 public static final String DC_POWER_STATE_MEDIUM = "MEDIUM"; field in TelephonyConstants