Searched refs:WEB_ASSET_FIELD_SITE (Results 1 – 2 of 2) sorted by relevance
77 writer.writeFieldLower(Utils.WEB_ASSET_FIELD_SITE, mUrl.toExternalForm()); in toJson()122 if (asset.optString(Utils.WEB_ASSET_FIELD_SITE).equals("")) { in create()124 Utils.WEB_ASSET_FIELD_SITE)); in create()129 url = new URL(asset.optString(Utils.WEB_ASSET_FIELD_SITE)); in create()
51 public static final String WEB_ASSET_FIELD_SITE = "site"; field in Utils