Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java101 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException { in getChildren() argument
102 if (!useCache || mChildMap == null) { in getChildren()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIFileEntry.java93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException; in getChildren() argument
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java72 boolean useCache) { in RemoteZip() argument
79 mUseCache = useCache; in RemoteZip()