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

/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java86 @VisibleForTesting String mPathPrefix; field in class:ImapStore
121 mPathPrefix = recvAuth.mDomain;
382 if (mPathPrefix != null) {
383 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\"";
393 String folderName = decodeFolderName(encodedFolder.getString(), mPathPrefix);
460 return TextUtils.isEmpty(mPathSeparator) && !TextUtils.isEmpty(mPathPrefix);
470 mPathPrefix = pathPrefix;
489 if (!TextUtils.isEmpty(mPathPrefix) && !TextUtils.isEmpty(mPathSeparator)) {
490 if (!mPathPrefix.endsWith(mPathSeparator)) {
491 mPathPrefix
[all...]

Completed in 45 milliseconds