Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java612 private final SparseArray<ProfilePowerState> mProfilePowerState = new SparseArray<>();
614 private static final class ProfilePowerState { class in PowerManagerService
626 public ProfilePowerState(@UserIdInt int userId, long screenOffTimeout, long now) { in ProfilePowerState() method in PowerManagerService.ProfilePowerState
1662 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 …]
/frameworks/base/services/
Dart-profile44601 Lcom/android/server/power/PowerManagerService$ProfilePowerState;