Searched refs:readLine (Results 1 - 23 of 23) sorted by relevance

/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportParser.java31 while ((line = reader.readLine()) != null) {
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DLineIterator.java96 String line = bufferedReader.readLine();
H A DFileSystemUtils.java409 String line = inr.readLine();
413 line = inr.readLine();
H A DIOUtils.java502 String line = reader.readLine();
505 line = reader.readLine();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DBase64Reader.java58 mLine = mReader.readLine();
H A DUsabilityStudyLogUtils.java174 while ((line = br.readLine()) != null) {
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCombinedInputOutput.java69 String firstLine = reader.readLine();
71 firstLine = reader.readLine();
101 String headerLine = reader.readLine();
103 headerLine = reader.readLine();
129 while (null != (line = reader.readLine())) {
H A DXmlDictInputOutput.java277 final String firstLine = reader.readLine();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DUploader.java136 while ((line = reader.readLine()) != null) {
137 Log.d(TAG, "| " + reader.readLine());
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DDevice.java60 id = rdr.readLine();
/packages/apps/Settings/src/com/android/settings/
H A DDeviceInfoSettings.java274 private static String readLine(String filename) throws IOException { method in class:DeviceInfoSettings
277 return reader.readLine();
285 return formatKernelVersion(readLine(FILENAME_PROC_VERSION));
332 String msv = readLine(FILENAME_MSV);
/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/UnifiedEmail/src/org/apache/james/mime4j/field/address/
H A DAddressList.java124 String line = reader.readLine();
/packages/apps/Email/src/com/android/email/mail/transport/
H A DSmtpSender.java241 String line = mTransport.readLine(true);
246 line = mTransport.readLine(true);
H A DMailTransport.java281 public String readLine(boolean loggable) throws IOException { method in class:MailTransport
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java282 public String readLine() throws IOException { method in class:MockTransport
332 * list, for subsequent calls to readLine(). If the string does not match, we assert
366 * Reads from the same input buffer as readLine()
379 String next = readLine();
/packages/apps/Email/src/com/android/email/mail/store/
H A DPop3Store.java178 while ((response = mTransport.readLine(false)) != null) {
405 while ((response = mTransport.readLine(false)) != null) {
689 while ((response = mTransport.readLine(true)) != null) {
734 String response = mTransport.readLine(true);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceContact.java277 for (int id = 1; (name = br.readLine()) != null; id++) {
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DMoreKeysResources.java118 while ((line = in.readLine()) != null) {
/packages/wallpapers/NoiseField/src/com/android/noisefield/
H A DNoiseFieldRS.java128 while ((line = reader.readLine()) != null) {
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
H A DPhaseBeamRS.java143 while ((line = reader.readLine()) != null) {
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
H A DFolderSyncParserTests.java197 String line = mReader.readLine();
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
H A DCalendarUtilitiesTests.java735 String line = reader.readLine();
783 String line = reader.readLine();

Completed in 404 milliseconds