HomeSort by relevance Sort by last modified time
    Searched full:mpathprefix (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapStore.java 88 @VisibleForTesting String mPathPrefix;
122 mPathPrefix = recvAuth.mDomain;
429 if (mPathPrefix != null) {
430 imapCommand = ImapConstants.LIST + " \"\" \"" + mPathPrefix + "*\"";
440 String folderName = decodeFolderName(encodedFolder.getString(), mPathPrefix);
512 return TextUtils.isEmpty(mPathSeparator) && !TextUtils.isEmpty(mPathPrefix);
522 mPathPrefix = pathPrefix;
541 if (!TextUtils.isEmpty(mPathPrefix) && !TextUtils.isEmpty(mPathSeparator)) {
542 if (!mPathPrefix.endsWith(mPathSeparator)) {
543 mPathPrefix = mPathPrefix + mPathSeparator
    [all...]
ImapFolder.java 200 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
246 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
271 ImapStore.encodeFolderName(folder.getName(), mStore.mPathPrefix)));
360 ImapStore.encodeFolderName(mName, mStore.mPathPrefix)));
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java 712 public final int mpathPrefix = 0;
    [all...]

Completed in 1368 milliseconds