Home
last modified time | relevance | path

Searched refs:getSystemProperty (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java398 return "1".equals(getSystemProperty("sys.boot_completed", "1")); in isBootCompleted()
401 public static String getSystemProperty(String property, String defaultValue) { in getSystemProperty() method in Utilities