Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java50 String nextLine = jsonReader.readLine(); in open() local
51 while ((currentLine = nextLine) != null) { in open()
52 nextLine = jsonReader.readLine(); in open()
53 if (nextLine == null && currentLine.charAt(currentLine.length() - 1) == '}') { in open()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java253 sb.append(scanner.nextLine() + lineSeparator); in readFile()
DBackupUtils.java180 String line = in.nextLine(); in assertBackupNotAllowed()