Home
last modified time | relevance | path

Searched defs:baseUrl (Results 1 – 6 of 6) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java186 String baseUrl = mUrl.replace(SUITE_PLACEHOLDER, getSuiteName()); in setUp() local
424 private static synchronized String readFromCache(String baseUrl, String params) { in readFromCache()
457 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache()
475 private static File getCachedFile(String baseUrl, String params) { in getCachedFile()
480 private String doPost(String baseUrl, String params) throws IOException { in doPost()
/test/vti/test_serving/gae/frontend/
Dtsconfig.json4 "baseUrl": "./", string
/test/vti/test_serving/gae/frontend/e2e/
Dprotractor.conf.js15 baseUrl: 'http://localhost:4200/', property
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsInactivityJobServlet.java166 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local
DVtsCoverageAlertJobServlet.java307 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local
DVtsAlertJobServlet.java529 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local