Home | History | Annotate | Download | only in server

Lines Matching full:systemproperties

38 import android.os.SystemProperties;
106 final String shutdownAction = SystemProperties.get(
122 String factoryTestStr = SystemProperties.get("ro.factorytest");
125 final boolean headless = "1".equals(SystemProperties.get("ro.config.headless", "0"));
202 boolean disableStorage = SystemProperties.getBoolean("config.disable_storage", false);
203 boolean disableMedia = SystemProperties.getBoolean("config.disable_media", false);
204 boolean disableBluetooth = SystemProperties.getBoolean("config.disable_bluetooth", false);
205 boolean disableTelephony = SystemProperties.getBoolean("config.disable_telephony", false);
206 boolean disableLocation = SystemProperties.getBoolean("config.disable_location", false);
207 boolean disableSystemUI = SystemProperties.getBoolean("config.disable_systemui", false);
208 boolean disableNonCoreServices = SystemProperties.getBoolean("config.disable_noncore", false);
209 boolean disableNetwork = SystemProperties.getBoolean("config.disable_network", false);
232 String cryptState = SystemProperties.get("vold.decrypt");
328 if (SystemProperties.get("ro.kernel.qemu").equals("1")) {
406 !"0".equals(SystemProperties.get("system_init.startmountservice"))) {
636 if (!disableMedia && !"0".equals(SystemProperties.get("system_init.startaudioservice"))) {
1136 SystemProperties.set("persist.sys.dalvik.vm.lib",