Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
H A DBatterySavingStatsTest.java122 InteractiveState.INTERACTIVE, in checkAll()
140 InteractiveState.INTERACTIVE, in checkAll()
158 InteractiveState.INTERACTIVE, in checkAll()
185 InteractiveState.INTERACTIVE, in checkAll()
194 InteractiveState.INTERACTIVE, in checkAll()
203 InteractiveState.INTERACTIVE, in checkAll()
212 InteractiveState.INTERACTIVE, in checkAll()
221 InteractiveState.INTERACTIVE, in checkAll()
230 InteractiveState.INTERACTIVE, in checkAll()
266 InteractiveState.INTERACTIVE, in testMetricsLogger()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySavingStats.java70 int INTERACTIVE = 1; field
463 dumpLineLocked(pw, InteractiveState.INTERACTIVE, " Intr",
468 dumpLineLocked(pw, InteractiveState.INTERACTIVE, " Intr",
473 dumpLineLocked(pw, InteractiveState.INTERACTIVE, " Intr",
H A DBatterySaverController.java526 isInteractive ? InteractiveState.INTERACTIVE : in updateBatterySavingStats()
/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsProto.java531 case (int) IntervalStatsProto.INTERACTIVE: in read()
532 loadCountAndTime(proto, IntervalStatsProto.INTERACTIVE, in read()
604 writeCountAndTime(proto, IntervalStatsProto.INTERACTIVE, stats.interactiveTracker.count, in write()
H A DUsageStatsProtoV2.java455 case (int) IntervalStatsObfuscatedProto.INTERACTIVE: in read()
456 loadCountAndTime(proto, IntervalStatsObfuscatedProto.INTERACTIVE, in read()
535 writeCountAndTime(proto, IntervalStatsObfuscatedProto.INTERACTIVE, in write()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_power_PowerManagerService.cpp101 if (mode == Mode::INTERACTIVE && t.duration() > 20ms) { in setPowerMode()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java478 verify(mNativeWrapperMock).nativeSetPowerMode(eq(Mode.INTERACTIVE), eq(true)); in testCreateService_initializesNativeServiceAndSetsPowerModes()
1990 when(mNativeWrapperMock.nativeSetPowerMode(eq(Mode.INTERACTIVE), anyBoolean())) in testSetPowerModeChecked_returnsNativeCallResult()
2000 mService.getBinderServiceInstance().setPowerModeChecked(Mode.INTERACTIVE, false)); in testSetPowerModeChecked_returnsNativeCallResult()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1247 mNativeWrapper.nativeSetPowerMode(Mode.INTERACTIVE, true);
3850 mNativeWrapper.nativeSetPowerMode(Mode.INTERACTIVE, enable);