Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java5672 int stopStates = 0; in noteScreenStateLocked() local
5677 stopStates |= HistoryItem.STATE_SCREEN_DOZE_FLAG; in noteScreenStateLocked()
5688 stopStates |= HistoryItem.STATE_SCREEN_ON_FLAG; in noteScreenStateLocked()
5695 if (startStates != 0 || stopStates != 0) { in noteScreenStateLocked()
5697 stopStates); in noteScreenStateLocked()