Searched refs:persistProp (Results 1 – 1 of 1) sorted by relevance
691 String persistProp = "persist." + prop; in getBooleanProperty() local692 boolean finalValue = SystemProperties.getBoolean(persistProp, defaultValue); in getBooleanProperty()693 Log.v(TAG, "getBooleanProperty(" + persistProp + "): returning " + finalValue); in getBooleanProperty()