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()
117 String propVal = SystemProperties.get("settingsdebug.instant.packages"); in isInstant() local118 if (propVal != null && !propVal.isEmpty() && info.packageName != null) { in isInstant()119 String[] searchTerms = propVal.split(","); in isInstant()
8613 String propVal = null; in getTelephonyProperty() local8618 propVal = values[phoneId]; in getTelephonyProperty()8621 return propVal == null ? defaultVal : propVal; in getTelephonyProperty()8643 String propVal = SystemProperties.get(property); in getTelephonyProperty() local8644 return TextUtils.isEmpty(propVal) ? defaultVal : propVal; in getTelephonyProperty()