Searched refs:useCache (Results 1 – 3 of 3) sorted by relevance
101 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException { in getChildren() argument102 if (!useCache || mChildMap == null) { in getChildren()
93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException; in getChildren() argument
72 boolean useCache) { in RemoteZip() argument79 mUseCache = useCache; in RemoteZip()