Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java811 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();
813 private static final class ProfilePowerState { class in PowerManagerService
825 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout, long now) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState
2121 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile);
2519 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
2530 private boolean isProfileBeingKeptAwakeLocked(ProfilePowerState profile, long now) {
2724 final ProfilePowerState profile = mProfilePowerState.valueAt(j);
2742 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
3018 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
4002 final ProfilePowerState profile = mProfilePowerState.get(userId);
[all …]