Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java349 final String shutdownAction = SystemProperties.get( in performPendingShutdown() local
351 if (shutdownAction != null && shutdownAction.length() > 0) { in performPendingShutdown()
352 boolean reboot = (shutdownAction.charAt(0) == '1'); in performPendingShutdown()
355 if (shutdownAction.length() > 1) { in performPendingShutdown()
356 reason = shutdownAction.substring(1, shutdownAction.length()); in performPendingShutdown()