Home
last modified time | relevance | path

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

/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/
DStatementUtils.kt63 private const val WEB_ASSET_FORMAT = """{"namespace": "web", "site": "%s"}""" constant
157 return Result.Success(WEB_ASSET_FORMAT.format(URL(scheme, host, "").toString())) in createWebAssetString()
162 WEB_ASSET_FORMAT.format(URL("https", host.removePrefix("*."), "").toString())