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 86 @VisibleForTesting String mPathPrefix;
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 = mPathPrefix + mPathSeparator
    [all...]
ImapFolder.java 195 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
241 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
266 ImapStore.encodeFolderName(folder.getName(), mStore.mPathPrefix)));
355 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]

Completed in 149 milliseconds