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()
6827 String propVal = null; in getTelephonyProperty() local6832 propVal = values[phoneId]; in getTelephonyProperty()6835 return propVal == null ? defaultVal : propVal; in getTelephonyProperty()6857 String propVal = SystemProperties.get(property); in getTelephonyProperty() local6858 return TextUtils.isEmpty(propVal) ? defaultVal : propVal; in getTelephonyProperty()