Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java1747 public static final int STATE_MOBILE_RADIO_ACTIVE_FLAG = 1<<25; field in BatteryStats.HistoryItem
2676 new BitDescription(HistoryItem.STATE_MOBILE_RADIO_ACTIVE_FLAG, "mobile_radio", "Pr"),
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5403 mHistoryCur.states |= HistoryItem.STATE_MOBILE_RADIO_ACTIVE_FLAG; in noteMobileRadioPowerStateLocked()
5415 mHistoryCur.states &= ~HistoryItem.STATE_MOBILE_RADIO_ACTIVE_FLAG; in noteMobileRadioPowerStateLocked()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38232 Landroid/os/BatteryStats$HistoryItem;->STATE_MOBILE_RADIO_ACTIVE_FLAG:I