Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBackupUtils.java70 StreamUtil.drainAndClose(new InputStreamReader(executeShellCommand(command))); in executeShellCommandSync()
97 StreamUtil.drainAndClose(new InputStreamReader(backupNow(packageName))); in backupNowSync()
116 StreamUtil.drainAndClose(new InputStreamReader(restore(token, packageName))); in restoreSync()
225 StreamUtil.drainAndClose(reader); in assertBackupIsSuccessful()
265 StreamUtil.drainAndClose(reader); in assertRestoreIsSuccessful()
332 StreamUtil.drainAndClose(reader); in getLineString()
DStreamUtil.java66 public static void drainAndClose(Reader reader) { in drainAndClose() method in StreamUtil
DLogcatInspector.java124 StreamUtil.drainAndClose(logcat); in numberOfLogcatStringsFound()