Searched refs:ProfilePowerState (Results 1 – 1 of 1) sorted by relevance
842 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();844 private static final class ProfilePowerState { class in PowerManagerService856 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout, long now) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState2191 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 …]