Home
last modified time | relevance | path

Searched defs:getChildren (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIFileEntry.java93 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException; in getChildren() method
DFileEntryWrapper.java101 public Collection<IFileEntry> getChildren(boolean useCache) throws DeviceNotAvailableException { in getChildren() method in FileEntryWrapper
DINativeDevice.java618 public String[] getChildren(String deviceFilePath) throws DeviceNotAvailableException; in getChildren() method
DNativeDevice.java1289 public String[] getChildren(String path) throws DeviceNotAvailableException { in getChildren() method in NativeDevice