Searched refs:childMap (Results 1 – 1 of 1) sorted by relevance
110 Map<String, IFileEntry> childMap = new HashMap<String, IFileEntry>(childEntrys.length); in buildChildrenMap() local112 childMap.put(entry.getName(), new FileEntryWrapper(mTestDevice, entry)); in buildChildrenMap()114 return childMap; in buildChildrenMap()