Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DFixedLengthInputStream.java26 public class FixedLengthInputStream extends InputStream { class
31 public FixedLengthInputStream(InputStream in, int length) { in FixedLengthInputStream() method in FixedLengthInputStream
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
H A DImapMemoryLiteral.java20 import com.android.voicemail.impl.mail.FixedLengthInputStream;
31 /* package */ ImapMemoryLiteral(FixedLengthInputStream in) throws IOException { in ImapMemoryLiteral()
H A DImapTempFileLiteral.java18 import com.android.voicemail.impl.mail.FixedLengthInputStream;
41 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { in ImapTempFileLiteral()
H A DImapResponseParser.java21 import com.android.voicemail.impl.mail.FixedLengthInputStream;
417 FixedLengthInputStream in = new FixedLengthInputStream(this.in, size); in parseLiteral()