Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1409 switch ((modMode&STEP_LEVEL_MODE_SCREEN_STATE) + 1) { in encodeEntryAt()
1415 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) != 0) { in encodeEntryAt()
1418 if ((modMode&STEP_LEVEL_MODE_DEVICE_IDLE) != 0) { in encodeEntryAt()
1562 if ((modMode&modesOfInterest) == 0) { in computeTimeEstimate()
7365 long modMode = steps.getModModeAt(i); in dumpDurationSteps() local
7380 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
7408 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
7441 final long modMode = steps.getModModeAt(i); in dumpDurationSteps() local
7444 if ((modMode & STEP_LEVEL_MODE_SCREEN_STATE) == 0) { in dumpDurationSteps()
7466 if ((modMode & STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
[all …]