Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java110 Map<String, IFileEntry> childMap = new HashMap<String, IFileEntry>(childEntrys.length); in buildChildrenMap() local
112 childMap.put(entry.getName(), new FileEntryWrapper(mTestDevice, entry)); in buildChildrenMap()
114 return childMap; in buildChildrenMap()