Searched refs:FileEntryWrapper (Results 1 – 2 of 2) sorted by relevance
29 class FileEntryWrapper implements IFileEntry { class41 FileEntryWrapper(NativeDevice testDevice, FileEntry entry) { in FileEntryWrapper() method in FileEntryWrapper112 childMap.put(entry.getName(), new FileEntryWrapper(mTestDevice, entry)); in buildChildrenMap()
1941 IFileEntry rootFile = new FileEntryWrapper(this, service.getRoot()); in getFileEntry()1942 return FileEntryWrapper.getDescendant(rootFile, Arrays.asList(pathComponents)); in getFileEntry()1955 return new FileEntryWrapper(this, entry); in getFileEntry()