Searched refs:queryObject (Results 1 – 1 of 1) sorted by relevance
34 JSONObject queryObject = new JSONObject(query); in create() local36 String namespace = queryObject.optString(StatementUtils.NAMESPACE_FIELD, null); in create()43 return new WebAssetMatcher(WebAsset.create(queryObject)); in create()45 return new AndroidAppAssetMatcher(AndroidAppAsset.create(queryObject)); in create()