OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImapTempFileLiteral
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/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/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 26 milliseconds