Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DDiagnosticDataCollector.java204 int totalLines = 0; in readStreamLinesWithTimeout() local
207 while (inReader.ready() && (totalLines < maxLines)) { in readStreamLinesWithTimeout()
211 totalLines++; in readStreamLinesWithTimeout()