Home | History | Annotate | Download | only in wm

Lines Matching defs:SystemProperties

168 import android.os.SystemProperties;
3443 SystemProperties.set("service.bootanim.exit", "1");
3574 && SystemProperties.getBoolean(PROPERTY_EMULATOR_CIRCULAR, false)
3685 SystemProperties.set(StrictMode.VISUAL_PROPERTY, value);
4081 return "1".equals(SystemProperties.get(SYSTEM_SECURE, "1")) &&
4082 "0".equals(SystemProperties.get(SYSTEM_DEBUGGABLE, "0"));
4502 if (SystemProperties.getInt(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, 0) != 0
4503 || SystemProperties.getInt(ShutdownThread.RO_SAFEMODE_PROPERTY, 0) != 0) {
4505 SystemProperties.set(ShutdownThread.REBOOT_SAFEMODE_PROPERTY, "");
4513 if (SystemProperties.getInt(ShutdownThread.RO_SAFEMODE_PROPERTY, 0) == 0) {
4514 SystemProperties.set(ShutdownThread.RO_SAFEMODE_PROPERTY, "1");
5226 sizeStr = SystemProperties.get(SIZE_OVERRIDE, null);
5388 densityStr = SystemProperties.get(DENSITY_OVERRIDE, null);
7524 SystemProperties.getInt("persist.sys.sf.native_mode", 0) != 1;