Home
last modified time | relevance | path

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

/test/vti/dashboard/src/test/java/com/android/vts/entity/
DCodeCoverageEntityTest.java56 assertTrue(codeCoverageEntity.getUrlSafeKey().endsWith(urlKey)); in getUrlSafeKeyTest()
DApiCoverageExcludedEntityTest.java61 assertTrue(codeCoverageEntity.getUrlSafeKey().endsWith(urlKey)); in getUrlSafeKeyTest()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DTestPlanRunEntity.java212 public String getUrlSafeKey() { in getUrlSafeKey() method in TestPlanRunEntity
224 .param("urlSafeKey", this.getUrlSafeKey()) in addCoverageApiTask()
DApiCoverageEntity.java122 public String getUrlSafeKey() { in getUrlSafeKey() method in ApiCoverageEntity
DCodeCoverageEntity.java107 public String getUrlSafeKey() { in getUrlSafeKey() method in CodeCoverageEntity
DTestRunEntity.java470 .map(data -> new JsonPrimitive(data.getUrlSafeKey())) in toJson()
/test/vti/dashboard/src/test/java/com/android/vts/api/
DCoverageRestServletTest.java88 String key = apiCoverageEntity.getUrlSafeKey(); in testApiData()