Searched refs:REBOOT_SAFEMODE_PROPERTY (Results 1 – 2 of 2) sorted by relevance
77 public static final String REBOOT_SAFEMODE_PROPERTY = "persist.sys.safemode"; field in ShutdownThread300 SystemProperties.set(REBOOT_SAFEMODE_PROPERTY, "1"); in run()
7503 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0) { in detectSafeMode()7505 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, ""); in detectSafeMode()