Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/host/
DLocalHostResourceManager.java34 private Map<String, String> mHostResources = new HashMap<>(); field in LocalHostResourceManager
47 for (Map.Entry<String, String> entry : mHostResources.entrySet()) { in setup()