Home
last modified time | relevance | path

Searched refs:WEB_ASSET_FIELD_SITE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
DWebAsset.java77 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()
DUtils.java51 public static final String WEB_ASSET_FIELD_SITE = "site"; field in Utils