Searched refs:baseUrl (Results 1 – 5 of 5) sorted by relevance
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | BusinessLogicPreparer.java | 187 String baseUrl = mUrl.replace(SUITE_PLACEHOLDER, getSuiteName()); in setUp() local 192 || (businessLogicString = readFromCache(baseUrl, requestParams)) == null) { in setUp() 199 businessLogicString = doPost(baseUrl, requestParams); in setUp() 221 writeToCache(businessLogicString, baseUrl, requestParams, mCleanCache); in setUp() 413 private static synchronized String readFromCache(String baseUrl, String params) { in readFromCache() argument 416 File cachedFile = getCachedFile(baseUrl, params); in readFromCache() 446 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache() argument 450 File cachedFile = getCachedFile(baseUrl, params); in writeToCache() 464 private static File getCachedFile(String baseUrl, String params) { in getCachedFile() argument 465 int hashCode = (baseUrl + params).hashCode(); in getCachedFile() [all …]
|
/test/vti/test_serving/gae/frontend/e2e/ |
D | protractor.conf.js | 15 baseUrl: 'http://localhost:4200/', property
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsInactivityJobServlet.java | 166 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local 167 String link = baseUrl + "/show_tree?testName=" + status.getTestName(); in doPost()
|
D | VtsCoverageAlertJobServlet.java | 307 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local 308 String link = baseUrl + "/show_tree?testName=" + testName; in doPost()
|
D | VtsAlertJobServlet.java | 529 String baseUrl = fullUrl.substring(0, fullUrl.indexOf(request.getRequestURI())); in doPost() local 531 baseUrl + "/show_tree?testName=" + testName + "&endTime=" + testRunKey.getId(); in doPost()
|