Home
last modified time | relevance | path

Searched defs:readLines (Results 1 – 2 of 2) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java44 public static Lines<Line> readLines(File file) throws IOException { in readLines() method in Lines
59 public static Lines<Line> readLines(BufferedReader in) throws IOException { in readLines() method in Lines
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java241 private int readLines() throws IOException { in readLines() method in MonkeySourceScript