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

  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 87 @VisibleForTesting String mPathPrefix;
141 mPathPrefix = recvAuth.mDomain;
394 if (mPathPrefix != null) {
395 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\"";
405 String folderName = decodeFolderName(encodedFolder.getString(), mPathPrefix);
466 return TextUtils.isEmpty(mPathSeparator) && !TextUtils.isEmpty(mPathPrefix);
476 mPathPrefix = pathPrefix;
495 if (!TextUtils.isEmpty(mPathPrefix) && !TextUtils.isEmpty(mPathSeparator)) {
496 if (!mPathPrefix.endsWith(mPathSeparator)) {
497 mPathPrefix = mPathPrefix + mPathSeparator
    [all...]
ImapFolder.java 191 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
236 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
261 ImapStore.encodeFolderName(folder.getName(), mStore.mPathPrefix)));
348 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]

Completed in 3605 milliseconds