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

  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapTempFileLiteral.java 33 public class ImapTempFileLiteral extends ImapString {
34 private final String TAG = "ImapTempFileLiteral";
41 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException {
75 LogUtils.w(TAG, "ImapTempFileLiteral: Temp file not found");
93 LogUtils.w(TAG, "ImapTempFileLiteral: Error while reading temp file", e);
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 39 public class ImapTempFileLiteral extends ImapString {
45 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException {
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/provider_src/com/android/email/service/
ImapTempFileLiteral.java 42 public class ImapTempFileLiteral extends ImapString {
48 /* package */ ImapTempFileLiteral(FixedLengthInputStream stream) throws IOException {
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 53 milliseconds