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.java1580 public static final int STATE2_WIFI_RUNNING_FLAG = 1<<29; field in BatteryStats.HistoryItem
2373 new BitDescription(HistoryItem.STATE2_WIFI_RUNNING_FLAG, "wifi_running", "Ww"),
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java5838 mHistoryCur.states2 |= HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiRunningLocked()
5903 mHistoryCur.states2 &= ~HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiStoppedLocked()