Searched refs:PowerManagerService (Results 1 – 14 of 14) sorted by relevance
67 @Mock private PowerManagerService.NativeWrapper mNativeWrapperMock;77 private PowerManagerService mService;96 mService = new PowerManagerService(mContextSpy, mInjector); in setUp()209 private final PowerManagerService.Injector mInjector = new PowerManagerService.Injector() {218 SuspendBlocker createSuspendBlocker(PowerManagerService service, String name) {236 PowerManagerService.NativeWrapper createNativeWrapper() {
84 import com.android.server.power.PowerManagerService.BatteryReceiver;85 import com.android.server.power.PowerManagerService.BinderService;86 import com.android.server.power.PowerManagerService.Injector;87 import com.android.server.power.PowerManagerService.NativeWrapper;88 import com.android.server.power.PowerManagerService.UserSwitchedReceiver;131 @Mock private PowerManagerService.NativeWrapper mNativeWrapperMock;140 private PowerManagerService mService;213 private PowerManagerService createService() { in createService()214 mService = new PowerManagerService(mContextSpy, new Injector() { in createService()273 PowerManagerService.Clock createClock() { in createService()[all …]
13 …s, multi press) is done in [PhoneWindowManager][4], with calls to [PowerManagerService][2] to slee…17 …low power mode, with the display active for [AOD][3] or inactive. [PowerManagerService][2] can be …42 [2]: /frameworks/base/services/core/java/com/android/server/power/PowerManagerService.java
566 Lcom/android/server/power/PowerManagerService;->getWakeLockSummaryFlags(Lcom/android/server/power/P…634 Lcom/android/server/power/PowerManagerService;->access$3700(Lcom/android/server/power/PowerManagerS…665 Lcom/android/server/power/PowerManagerService;->updateStayOnLocked(I)V669 Lcom/android/server/power/PowerManagerService;->updateProfilesLocked(J)V671 Lcom/android/server/power/PowerManagerService;->updateDreamLocked(IZ)V678 Lcom/android/server/power/PowerManagerService;->scheduleSandmanLocked()V687 Lcom/android/server/power/PowerManagerService;->access$3100(Lcom/android/server/power/PowerManagerS…688 Lcom/android/server/power/PowerManagerService;->handleSandman()V692 Lcom/android/server/power/PowerManagerService;->getSleepTimeoutLocked()J697 Lcom/android/server/power/PowerManagerService;->isItBedTimeYetLocked()Z[all …]
35859 HSPLcom/android/server/power/PowerManagerService$1;-><init>(Lcom/android/server/power/PowerManagerS…35868 HSPLcom/android/server/power/PowerManagerService$4;-><init>(Lcom/android/server/power/PowerManagerS…35916 …ver/power/PowerManagerService$DockReceiver;-><init>(Lcom/android/server/power/PowerManagerService;…35918 …er/power/PowerManagerService$DreamReceiver;-><init>(Lcom/android/server/power/PowerManagerService;…35961 …power/PowerManagerService$LocalService;->uidActive(I)V+]Lcom/android/server/power/PowerManagerServ…35962 …/power/PowerManagerService$LocalService;->uidGone(I)V+]Lcom/android/server/power/PowerManagerServi…35963 …/power/PowerManagerService$LocalService;->uidIdle(I)V+]Lcom/android/server/power/PowerManagerServi…36001 …/server/power/PowerManagerService;->access$100(Lcom/android/server/power/PowerManagerService;)Lcom…36024 …/server/power/PowerManagerService;->access$4000(Lcom/android/server/power/PowerManagerService;Lcom…36026 …server/power/PowerManagerService;->access$4300(Lcom/android/server/power/PowerManagerService;)Lcom…[all …]
30 final PowerManagerService.BinderService mService;32 PowerManagerShellCommand(PowerManagerService.BinderService service) { in PowerManagerShellCommand()
683 PowerManagerService.lowLevelReboot(reason); in rebootOrShutdown()704 PowerManagerService.lowLevelShutdown(reason); in rebootOrShutdown()
142 public final class PowerManagerService extends SystemService class796 public void nativeInit(PowerManagerService service) { in nativeInit()802 PowerManagerService.nativeAcquireSuspendBlocker(name); in nativeAcquireSuspendBlocker()807 PowerManagerService.nativeReleaseSuspendBlocker(name); in nativeReleaseSuspendBlocker()812 PowerManagerService.nativeSetAutoSuspend(enable); in nativeSetAutoSuspend()817 PowerManagerService.nativeSetPowerBoost(boost, durationMs); in nativeSetPowerBoost()827 return PowerManagerService.nativeForceSuspend(); in nativeForceSuspend()941 public PowerManagerService(Context context) {946 PowerManagerService(Context context, Injector injector) {3585 PowerManagerService.lowLevelReboot(reason);[all …]
36 // A com.android.server.power.PowerManagerService.Constants object.65 // A com.android.server.power.PowerManagerService.UidState object.192 // A com.android.server.power.PowerManagerService.SuspendBlockerImpl object.200 // A com.android.server.power.PowerManagerService.WakeLock object.
46 import com.android.server.power.PowerManagerService;
43 import com.android.server.power.PowerManagerService;
16 # PowerManagerService.java
168 import com.android.server.power.PowerManagerService;413 private PowerManagerService mPowerManagerService;1086 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class); in startBootstrapServices()
9256 * Logs PowerManagerService screen timeout resets (extensions) that happen when an attention check9260 * frameworks/base/services/core/java/com/android/server/power/PowerManagerService.java