Searched refs:WEB_ASSET_FIELD_SITE (Results 1 – 2 of 2) sorted by relevance
79 writer.writeFieldLower(StatementUtils.WEB_ASSET_FIELD_SITE, mUrl.toExternalForm()); in toJson()124 if (asset.optString(StatementUtils.WEB_ASSET_FIELD_SITE).equals("")) { in create()126 StatementUtils.WEB_ASSET_FIELD_SITE)); in create()131 url = new URL(asset.optString(StatementUtils.WEB_ASSET_FIELD_SITE)); in create()
42 const val WEB_ASSET_FIELD_SITE = "site" constant