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