Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java203 public static final String POWER_SCREEN_FULL = "screen.full"; field in PowerProfile
708 final Double deprecatedScreenFull = sPowerItemMap.get(POWER_SCREEN_FULL); in initDisplays()
711 Slog.w(TAG, POWER_SCREEN_FULL + " is deprecated! Use " + key + " instead."); in initDisplays()
1040 writePowerConstantToProto(proto, POWER_SCREEN_FULL, PowerProfileProto.SCREEN_FULL); in dumpDebug()