Home
last modified time | relevance | path

Searched defs:findChild (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIFileEntry.java55 public IFileEntry findChild(String name) throws DeviceNotAvailableException; in findChild() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java66 public IFileEntry findChild(String name) throws DeviceNotAvailableException { in findChild() method in FileEntryWrapper