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