Searched refs:DC_POWER_STATE_LOW (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DDataConnectionRealTimeInfo.java31 public static final int DC_POWER_STATE_LOW field in class:DataConnectionRealTimeInfo
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java323 private int mLastPowerStateFromRadio = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
324 private int mLastPowerStateFromWifi = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
869 : DataConnectionRealTimeInfo.DC_POWER_STATE_LOW,
1536 DataConnectionRealTimeInfo.DC_POWER_STATE_LOW,
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java870 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
878 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
13793 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
13800 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
14734 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
14744 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;

Completed in 151 milliseconds