Home
last modified time | relevance | path

Searched refs:isRebootingUserspaceSupportedImpl (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DUserspaceRebootLogger.java61 if (!PowerManager.isRebootingUserspaceSupportedImpl()) { in noteUserspaceRebootWasRequested()
79 if (!PowerManager.isRebootingUserspaceSupportedImpl()) { in noteUserspaceRebootSuccess()
94 if (!PowerManager.isRebootingUserspaceSupportedImpl()) { in shouldLogUserspaceRebootEvent()
112 if (!PowerManager.isRebootingUserspaceSupportedImpl()) { in logEventAsync()
/frameworks/base/core/java/android/os/
DPowerManager.java1344 public static boolean isRebootingUserspaceSupportedImpl() { in isRebootingUserspaceSupportedImpl() method in PowerManager
1353 return isRebootingUserspaceSupportedImpl(); in isRebootingUserspaceSupported()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java2846 if (!PowerManager.isRebootingUserspaceSupportedImpl()) { in shutdownOrRebootInternal()