Searched refs:childNames (Results 1 – 1 of 1) sorted by relevance
39 String... childNames) throws DeviceNotAvailableException { in setMockDirContents() argument42 boolean isDir = childNames.length != 0; in setMockDirContents()46 Collection<IFileEntry> mockChildren = new ArrayList<IFileEntry>(childNames.length); in setMockDirContents()47 for (String childName : childNames) { in setMockDirContents()