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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
FixedLengthInputStream.java 26 public class FixedLengthInputStream extends InputStream {
31 public FixedLengthInputStream(InputStream in, int length) {
77 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength);
  /packages/apps/Email/provider_src/com/android/email/
FixedLengthInputStream.java 27 public class FixedLengthInputStream extends InputStream {
32 public FixedLengthInputStream(InputStream in, int length) {
78 return String.format("FixedLengthInputStream(in=%s, length=%d)", mIn.toString(), mLength);

Completed in 93 milliseconds