Home
last modified time | relevance | path

Searched refs:bytesRead (Results 1 – 1 of 1) sorted by relevance

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiDevice.java1365 int bytesRead; in executeShellCommand() local
1367 while ((bytesRead = fis.read(buf)) != -1) { in executeShellCommand()
1368 stdout.append(new String(buf, 0, bytesRead)); in executeShellCommand()