Home | History | Annotate | Download | only in pm

Lines Matching defs:SystemProperties

229 import android.os.SystemProperties;
442 SystemProperties.getBoolean("fw.free_cache_v2", true);
2378 if (SystemProperties.getInt("ro.cp_system_other_odex", 0) == 1) {
2379 SystemProperties.set(CP_PREOPT_PROPERTY, "requested");
2384 while (!SystemProperties.get(CP_PREOPT_PROPERTY).equals("finished")) {
2392 SystemProperties.set(CP_PREOPT_PROPERTY, "timed-out");
2456 String separateProcesses = SystemProperties.get("debug.separate_processes");
3423 if (SystemProperties.getBoolean("pm.boot.disable_package_cache", false)) {
3494 return mIsUpgrade || SystemProperties.getBoolean(
4591 if (internalVolume && (aggressive || SystemProperties
5300 fi.reqGlEsVersion = SystemProperties.getInt("ro.opengles.version",
10070 && SystemProperties.getInt("ro.vndk.version", 28) < 28;