Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryStatsImpl.java5421 int stopStates = 0; in noteScreenStateLocked() local
5426 stopStates |= HistoryItem.STATE_SCREEN_DOZE_FLAG; in noteScreenStateLocked()
5437 stopStates |= HistoryItem.STATE_SCREEN_ON_FLAG; in noteScreenStateLocked()
5444 if (startStates != 0 || stopStates != 0) { in noteScreenStateLocked()
5446 stopStates); in noteScreenStateLocked()