Searched refs:propVal (Results 1 – 2 of 2) sorted by relevance
111 String propVal = SystemProperties.get("settingsdebug.instant.packages"); in isInstant() local112 if (propVal != null && !propVal.isEmpty() && info.packageName != null) { in isInstant()113 String[] searchTerms = propVal.split(","); in isInstant()
133 ScopedLocalRef<jbyteArray> propVal( in get_properties() local135 if (!propVal.get()) { in get_properties()140 callbackEnv->SetByteArrayRegion(propVal.get(), 0, properties[i].len, in get_properties()142 callbackEnv->SetObjectArrayElement(*props, i, propVal.get()); in get_properties()