Searched refs:DC_POWER_STATE_LOW (Results 1 – 2 of 2) sorted by relevance
164 if (state == DataConnectionRealTimeInfo.DC_POWER_STATE_LOW) { in getDcPowerStateString()165 return TelephonyConstants.DC_POWER_STATE_LOW; in getDcPowerStateString()
84 public static final String DC_POWER_STATE_LOW = "LOW"; field in TelephonyConstants