Searched defs:SystemProperties (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
H A DSystemProperties.java24 * Mirrors hidden class {@link android.os.SystemProperties} (available since API Level 1).
26 public final class SystemProperties { class
39 final Class<?> systemProperties = Class.forName("android.os.SystemProperties");
49 private SystemProperties() { method in class:SystemProperties
/frameworks/native/cmds/installd/
H A Dsystem_properties.h30 class SystemProperties { class in namespace:android::installd
/frameworks/base/core/java/android/os/
H A DSystemProperties.java40 public class SystemProperties { class
41 private static final String TAG = "SystemProperties";
214 Log.wtf(TAG, "Exception in SystemProperties change callback", t);
229 private SystemProperties() { method in class:SystemProperties

Completed in 979 milliseconds