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

/packages/apps/Email/src/com/android/email/mail/store/
H A DImapStore.java87 @VisibleForTesting String mPathSeparator; field in class:ImapStore
460 return TextUtils.isEmpty(mPathSeparator) && !TextUtils.isEmpty(mPathPrefix);
465 mPathSeparator = pathSeparator;
489 if (!TextUtils.isEmpty(mPathPrefix) && !TextUtils.isEmpty(mPathSeparator)) {
490 if (!mPathPrefix.endsWith(mPathSeparator)) {
491 mPathPrefix = mPathPrefix + mPathSeparator;

Completed in 8 milliseconds