Searched defs:ImapTempFileLiteral (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/imap/
H A DImapTempFileLiteral.java39 public class ImapTempFileLiteral extends ImapString { class in inherits:ImapString
45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { method in class:ImapTempFileLiteral
79 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
97 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);
/packages/apps/Email/src/com/android/email/service/
H A DImapTempFileLiteral.java42 public class ImapTempFileLiteral extends ImapString { class in inherits:ImapString
48 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException { method in class:ImapTempFileLiteral
82 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Temp file not found");
100 LogUtils.w(Logging.LOG_TAG, "ImapTempFileLiteral: Error while reading temp file", e);

Completed in 151 milliseconds