Searched defs:readLine (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
H A DSwappedDataInputStream.java170 public String readLine() method in class:SwappedDataInputStream
174 "Operation not supported: readLine()" );
/packages/apps/Email/src/com/android/email/mail/transport/
H A DMailTransport.java290 public String readLine(boolean loggable) throws IOException { method in class:MailTransport
/packages/apps/Settings/src/com/android/settings/
H A DDeviceInfoSettings.java302 private static String readLine(String filename) throws IOException { method in class:DeviceInfoSettings
305 return reader.readLine();
313 return formatKernelVersion(readLine(FILENAME_PROC_VERSION));
360 String msv = readLine(FILENAME_MSV);
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java252 public String readLine() throws IOException { method in class:MockTransport
305 * list, for subsequent calls to readLine(). If the string does not match, we assert
338 * Reads from the same input buffer as readLine()
351 String next = readLine();
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 140 milliseconds