Home | History | Annotate | Download | only in server

Lines Matching defs:SystemProperties

85 import android.os.SystemProperties;
761 String propertyValue = SystemProperties.get(ZRAM_ENABLED_PROPERTY);
774 SystemProperties.set(ZRAM_ENABLED_PROPERTY, desiredPropertyValue);
974 if ("".equals(SystemProperties.get("vold.encrypt_progress"))) {
1002 SystemProperties.set("persist.sys.locale", locale.toLanguageTag());
1009 final String value = SystemProperties.get(StorageManager.PROP_ADOPTABLE);
1522 if (SystemProperties.getBoolean(StorageManager.PROP_PRIMARY_PHYSICAL, false)) {
1546 final boolean primaryPhysical = SystemProperties.getBoolean(
1971 SystemProperties.set(StorageManager.PROP_EMULATE_FBE, Boolean.toString(emulateFbe));
1993 SystemProperties.set(StorageManager.PROP_ADOPTABLE, value);
2015 SystemProperties.set(StorageManager.PROP_SDCARDFS, value);
2029 SystemProperties.set(StorageManager.PROP_VIRTUAL_DISK, Boolean.toString(enabled));
2684 && !SystemProperties.getBoolean(propertyName, false)) {
2783 final boolean primaryPhysical = SystemProperties.getBoolean(