Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java1783 public static final int STATE2_WIFI_RUNNING_FLAG = 1<<29; field in BatteryStats.HistoryItem
2701 new BitDescription(HistoryItem.STATE2_WIFI_RUNNING_FLAG, "wifi_running", "Ww"),
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6340 mHistoryCur.states2 |= HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiRunningLocked()
6418 mHistoryCur.states2 &= ~HistoryItem.STATE2_WIFI_RUNNING_FLAG; in noteWifiStoppedLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38219 Landroid/os/BatteryStats$HistoryItem;->STATE2_WIFI_RUNNING_FLAG:I