Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DUserspaceRebootLogger.java44 private static final String USERSPACE_REBOOT_SHOULD_LOG_PROPERTY = field in UserspaceRebootLogger
66 SystemProperties.set(USERSPACE_REBOOT_SHOULD_LOG_PROPERTY, "1"); in noteUserspaceRebootWasRequested()
99 return SystemProperties.getBoolean(USERSPACE_REBOOT_SHOULD_LOG_PROPERTY, false); in shouldLogUserspaceRebootEvent()
136 SystemProperties.set(USERSPACE_REBOOT_SHOULD_LOG_PROPERTY, ""); in logEventAsync()