Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java1364 public static final int STATE2_WIFI_RUNNING_FLAG = 1<<29; field in BatteryStats.HistoryItem
2113 new BitDescription(HistoryItem.STATE2_WIFI_RUNNING_FLAG, "wifi_running", "Ww"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java4929 mHistoryCur.states2 |= HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiRunningLocked()
4968 mHistoryCur.states2 &= ~HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiStoppedLocked()