Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/api/
DCoverageRestServlet.java89 String urlSafeKey = request.getParameter("urlSafeKey"); in doPost() local
90 json = postCoverageDataSum(urlSafeKey); in doPost()
104 private String postCoverageDataSum(String urlSafeKey) { in postCoverageDataSum() argument
108 Key<TestPlanRunEntity> key = Key.create(urlSafeKey); in postCoverageDataSum()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DApiCoverageEntity.java136 public static ApiCoverageEntity getByUrlSafeKey(String urlSafeKey) { in getByUrlSafeKey() argument
139 .filterKey(com.google.cloud.datastore.Key.fromUrlSafe(urlSafeKey)) in getByUrlSafeKey()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_run.jsp47 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {
48 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {
Dshow_tree.jsp83 var getAjaxList = $.map( urlSafeKeyList, function( urlSafeKey ) {
84 return $.get( "/api/coverage/api/data?key=" + urlSafeKey, function(data) {