Searched refs:REBOOT_SAFEMODE_PROPERTY (Results 1 – 2 of 2) sorted by relevance
95 public static final String REBOOT_SAFEMODE_PROPERTY = "persist.sys.safemode"; field in ShutdownThread381 SystemProperties.set(REBOOT_SAFEMODE_PROPERTY, "1"); in run()
7851 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0 in detectSafeMode()7857 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, ""); in detectSafeMode()7866 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, ""); in detectSafeMode()