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