Searched refs:getSystemProperty (Results 1 – 1 of 1) sorted by relevance
398 return "1".equals(getSystemProperty("sys.boot_completed", "1")); in isBootCompleted()401 public static String getSystemProperty(String property, String defaultValue) { in getSystemProperty() method in Utilities