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