Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DUserspaceRebootLogger.java46 private static final String USERSPACE_REBOOT_LAST_STARTED_PROPERTY = field in UserspaceRebootLogger
67 SystemProperties.set(USERSPACE_REBOOT_LAST_STARTED_PROPERTY, in noteUserspaceRebootWasRequested()
121 - SystemProperties.getLong(USERSPACE_REBOOT_LAST_STARTED_PROPERTY, 0); in logEventAsync()
141 if (SystemProperties.getLong(USERSPACE_REBOOT_LAST_STARTED_PROPERTY, -1) != -1) { in computeOutcome()