Searched refs:ProfilePowerState (Results 1 – 2 of 2) sorted by relevance
612 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();614 private static final class ProfilePowerState { class in PowerManagerService626 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout, long now) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState1662 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile);1968 final ProfilePowerState profile = mProfilePowerState.valueAt(i);1978 private boolean isProfileBeingKeptAwakeLocked(ProfilePowerState profile, long now) {2128 final ProfilePowerState profile = mProfilePowerState.valueAt(j);2137 final ProfilePowerState profile = mProfilePowerState.valueAt(i);2386 final ProfilePowerState profile = mProfilePowerState.valueAt(i);3311 final ProfilePowerState profile = mProfilePowerState.get(userId);[all …]
44601 Lcom/android/server/power/PowerManagerService$ProfilePowerState;