HomeSort by relevance Sort by last modified time
    Searched defs:PeekableInputStream (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
PeekableInputStream.java 27 public class PeekableInputStream extends InputStream {
32 public PeekableInputStream(InputStream in) {
78 "PeekableInputStream(in=%s, peeked=%b, peekedByte=%d)",
  /packages/apps/Email/provider_src/com/android/email/
PeekableInputStream.java 27 public class PeekableInputStream extends InputStream {
32 public PeekableInputStream(InputStream in) {
77 return String.format("PeekableInputStream(in=%s, peeked=%b, peekedByte=%d)",

Completed in 68 milliseconds