Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DBusinessLogicPreparer.java202 String baseUrl = mUrl.replace(SUITE_PLACEHOLDER, getSuiteNames().get(0)); in setUp() local
507 private static synchronized String readFromCache(String baseUrl, String params) { in readFromCache()
540 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache()
558 private static File getCachedFile(String baseUrl, String params) { in getCachedFile()
563 private String doPost(String baseUrl, String params) throws IOException { in doPost()