Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DLineIterator.java129 return nextLine(); in next()
138 public String nextLine() { in nextLine() method in LineIterator
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/archives/
DReadableArchiveTest.java307 assertEquals("strawberries!", new Scanner(inputStream).nextLine()); in commonTestOpenDocument()
309 assertEquals("I love strawberries!", new Scanner(inputStream).nextLine()); in commonTestOpenDocument()
DWriteableArchiveTest.java267 assertEquals("Hello world!", scanner.nextLine()); in testAddFile()
/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorageReader.java106 String line = mScanner.nextLine(); in next()