Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java175 public static final String POWER_SCREEN_ON = "screen.on"; field in PowerProfile
700 final Double deprecatedScreenOn = sPowerItemMap.get(POWER_SCREEN_ON); in initDisplays()
703 Slog.w(TAG, POWER_SCREEN_ON + " is deprecated! Use " + key + " instead."); in initDisplays()
1028 writePowerConstantToProto(proto, POWER_SCREEN_ON, PowerProfileProto.SCREEN_ON); in dumpDebug()