Home
last modified time | relevance | path

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

/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java95 Uri destination = Uri.parse("https://localhost:" + serverSocket.getLocalPort()); in runDownloadManagerTest() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java559 List<IModuleDef> source, List<IModuleDef> destination, int count) { in takeModule()