Home | History | Annotate | Download | only in devicepolicy

Lines Matching defs:SystemProperties

171 import android.os.SystemProperties;
488 || (SystemProperties.getInt("debug.dpm.lock_guard", 0) == 1);
1971 return SystemProperties.getBoolean(key, def);
1975 return SystemProperties.getLong(key, def);
1979 return SystemProperties.get(key, def);
1983 return SystemProperties.get(key);
1987 SystemProperties.set(key, value);