HomeSort by relevance Sort by last modified time
    Searched refs:DC_POWER_STATE_MEDIUM (Results 1 - 7 of 7) sorted by null

  /frameworks/base/telephony/java/android/telephony/
DataConnectionRealTimeInfo.java 32 public static final int DC_POWER_STATE_MEDIUM = 2;
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyUtils.java 168 } else if (state == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM) {
169 return TelephonyConstants.DC_POWER_STATE_MEDIUM;
TelephonyConstants.java 86 public static final String DC_POWER_STATE_MEDIUM = "MEDIUM";
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_defines.py 315 DC_POWER_STATE_MEDIUM = "MEDIUM"
  /frameworks/base/services/core/java/com/android/server/am/
BatteryStatsService.java 735 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM) ? "active"
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 503 boolean isActive = powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 231 milliseconds