Searched refs:propVal (Results 1 – 3 of 3) sorted by relevance
56 int64_t propVal = property_get_int64(property, maxMem); in limitProcessMemory() local57 if (propVal > 0 && uint64_t(propVal) <= SIZE_MAX) { in limitProcessMemory()58 maxMem = propVal; in limitProcessMemory()
115 String propVal = SystemProperties.get("settingsdebug.instant.packages"); in isInstant() local116 if (propVal != null && !propVal.isEmpty() && info.packageName != null) { in isInstant()117 String[] searchTerms = propVal.split(","); in isInstant()
8137 String propVal = null; in getTelephonyProperty() local8142 propVal = values[phoneId]; in getTelephonyProperty()8145 return propVal == null ? defaultVal : propVal; in getTelephonyProperty()8167 String propVal = SystemProperties.get(property); in getTelephonyProperty() local8168 return TextUtils.isEmpty(propVal) ? defaultVal : propVal; in getTelephonyProperty()