Searched refs:ProfilePowerState (Results 1 – 2 of 2) sorted by relevance
571 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();573 private static final class ProfilePowerState { class in PowerManagerService585 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState1438 final ProfilePowerState profile = mProfilePowerState.get(mForegroundProfile); in maybeUpdateForegroundProfileLastActivityLocked()1735 final ProfilePowerState profile = mProfilePowerState.valueAt(i); in updateProfilesLocked()1745 private boolean isProfileBeingKeptAwakeLocked(ProfilePowerState profile, long now) { in isProfileBeingKeptAwakeLocked()1895 final ProfilePowerState profile = mProfilePowerState.valueAt(j); in updateWakeLockSummaryLocked()1904 final ProfilePowerState profile = mProfilePowerState.valueAt(i); in updateWakeLockSummaryLocked()2144 final ProfilePowerState profile = mProfilePowerState.valueAt(i); in getNextProfileTimeoutLocked()2936 final ProfilePowerState profile = mProfilePowerState.get(userId); in setMaximumScreenOffTimeoutFromDeviceAdminInternal()[all …]
20115 Lcom/android/server/power/PowerManagerService$ProfilePowerState;