Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java842 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();
844 private static final class ProfilePowerState { class in PowerManagerService
856 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout, long now) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState
2191 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile);
2589 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
2600 private boolean isProfileBeingKeptAwakeLocked(ProfilePowerState profile, long now) {
2797 final ProfilePowerState profile = mProfilePowerState.valueAt(j);
2820 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
3107 final ProfilePowerState profile = mProfilePowerState.valueAt(i);
4105 final ProfilePowerState profile = mProfilePowerState.get(userId);
[all …]