Home
last modified time | relevance | path

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

/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReportLogDeviceInfoStore.java50 String nextLine = jsonReader.readLine(); in open() local
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DReportLogHostInfoStore.java50 String nextLine = jsonReader.readLine(); in open() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTest.java196 int nextLine = stack.indexOf('\n', endPoint + 1); in getFailureMessageFromStackTrace() local