Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java1297 switch ((modMode&STEP_LEVEL_MODE_SCREEN_STATE) + 1) { in encodeEntryAt()
1303 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) != 0) { in encodeEntryAt()
1306 if ((modMode&STEP_LEVEL_MODE_DEVICE_IDLE) != 0) { in encodeEntryAt()
1450 if ((modMode&modesOfInterest) == 0) { in computeTimeEstimate()
6846 long modMode = steps.getModModeAt(i); in dumpDurationSteps() local
6861 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
6889 if ((modMode&STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
6922 final long modMode = steps.getModModeAt(i); in dumpDurationSteps() local
6925 if ((modMode & STEP_LEVEL_MODE_SCREEN_STATE) == 0) { in dumpDurationSteps()
6947 if ((modMode & STEP_LEVEL_MODE_POWER_SAVE) == 0) { in dumpDurationSteps()
[all …]