* @throws ShellCommandUnresponsiveException
* @throws IOException
*/
public static FileEntry[] getChildrenEntry(IDevice device, FileEntry entry)
throws TimeoutException, AdbCommandRejectedException, ShellCommandUnresponsiveException, IOException{
FileListingService server = device.getFileListingService();
return server.getChildren(entry, false, null);
}