Searched refs:InteractiveState (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySavingStatsTest.java | 36 import com.android.server.power.batterysaver.BatterySavingStats.InteractiveState; 122 InteractiveState.INTERACTIVE, in checkAll() 131 InteractiveState.NON_INTERACTIVE, in checkAll() 140 InteractiveState.INTERACTIVE, in checkAll() 149 InteractiveState.NON_INTERACTIVE, in checkAll() 158 InteractiveState.INTERACTIVE, in checkAll() 167 InteractiveState.NON_INTERACTIVE, in checkAll() 176 InteractiveState.NON_INTERACTIVE, in checkAll() 185 InteractiveState.INTERACTIVE, in checkAll() 194 InteractiveState.INTERACTIVE, in checkAll() [all …]
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySavingStats.java | 68 interface InteractiveState { interface in BatterySavingStats 87 int SHIFT = InteractiveState.SHIFT + InteractiveState.BITS; 213 ret |= (interactiveState & InteractiveState.MASK) << InteractiveState.SHIFT; in statesToIndex() 229 + ",I=" + InteractiveState.fromIndex(state) in stateToString() 365 InteractiveState.fromIndex(mCurrentState), 461 dumpLineLocked(pw, InteractiveState.NON_INTERACTIVE, "NonIntr", 463 dumpLineLocked(pw, InteractiveState.INTERACTIVE, " Intr", 466 dumpLineLocked(pw, InteractiveState.NON_INTERACTIVE, "NonIntr", 468 dumpLineLocked(pw, InteractiveState.INTERACTIVE, " Intr", 471 dumpLineLocked(pw, InteractiveState.NON_INTERACTIVE, "NonIntr", [all …]
|
D | BatterySaverController.java | 48 import com.android.server.power.batterysaver.BatterySavingStats.InteractiveState; 525 isInteractive ? InteractiveState.INTERACTIVE : in updateBatterySavingStats() 526 InteractiveState.NON_INTERACTIVE, in updateBatterySavingStats()
|
/frameworks/base/core/proto/android/server/ |
D | windowmanagerservice.proto | 104 enum InteractiveState { enum 110 optional InteractiveState interactive_state = 5;
|