Searched refs:propVal (Results 1 – 2 of 2) sorted by relevance
116 String propVal = SystemProperties.get("settingsdebug.instant.packages"); in isInstant() local117 if (propVal != null && !propVal.isEmpty() && info.packageName != null) { in isInstant()118 String[] searchTerms = propVal.split(","); in isInstant()
8204 String propVal = null; in getTelephonyProperty() local8209 propVal = values[phoneId]; in getTelephonyProperty()8212 return propVal == null ? defaultVal : propVal; in getTelephonyProperty()8234 String propVal = SystemProperties.get(property); in getTelephonyProperty() local8235 return TextUtils.isEmpty(propVal) ? defaultVal : propVal; in getTelephonyProperty()