Searched refs:propVal (Results 1 – 3 of 3) sorted by relevance
57 int64_t propVal = property_get_int64(property, maxMem); in limitProcessMemory() local58 if (propVal > 0 && uint64_t(propVal) <= SIZE_MAX) { in limitProcessMemory()59 maxMem = propVal; in limitProcessMemory()
97 String propVal = SystemProperties.get("settingsdebug.instant.packages"); in isInstant() local98 if (propVal != null && !propVal.isEmpty() && info.packageName != null) { in isInstant()99 String[] searchTerms = propVal.split(","); in isInstant()
1258 String propVal = SystemProperties.get(TelephonyProperties.PROPERTY_BASEBAND_VERSION); in getRadioVersion() local1259 return TextUtils.isEmpty(propVal) ? null : propVal; in getRadioVersion()