Searched refs:INTERACTIVE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySavingStatsTest.java | 120 InteractiveState.INTERACTIVE, in checkAll() 136 InteractiveState.INTERACTIVE, in checkAll() 152 InteractiveState.INTERACTIVE, in checkAll() 176 InteractiveState.INTERACTIVE, in checkAll() 184 InteractiveState.INTERACTIVE, in checkAll() 192 InteractiveState.INTERACTIVE, in checkAll() 205 InteractiveState.INTERACTIVE, in checkAll() 244 InteractiveState.INTERACTIVE, in testMetricsLogger() 286 InteractiveState.INTERACTIVE, in testMetricsLogger()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySavingStats.java | 70 int INTERACTIVE = 1; field 415 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump() 420 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump() 425 dumpLineLocked(pw, indent, InteractiveState.INTERACTIVE, " Intr", in dump()
|
D | BatterySaverController.java | 522 isInteractive ? InteractiveState.INTERACTIVE : InteractiveState.NON_INTERACTIVE, in updateBatterySavingStats()
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsProto.java | 528 case (int) IntervalStatsProto.INTERACTIVE: in read() 529 loadCountAndTime(proto, IntervalStatsProto.INTERACTIVE, in read() 582 writeCountAndTime(proto, IntervalStatsProto.INTERACTIVE, stats.interactiveTracker.count, in write()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 136 common::V1_0::PolicyFlag::INTERACTIVE); in getPolicyFlags()
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 2379 INTERACTIVE = 2; enumerator
|