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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SingleFolderSelectionDialog.java 55 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ?
56 mAccount.fullFolderListUri : mAccount.folderListUri);
MultiFoldersSelectionDialog.java 80 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ?
81 mAccount.fullFolderListUri : mAccount.folderListUri);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 108 public Uri fullFolderListUri;
274 json.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri);
396 fullFolderListUri = Utils.getValidUri(json
469 fullFolderListUri = Utils.getValidUri(cursor.getString(
605 fullFolderListUri = in.readParcelable(null);
654 dest.writeParcelable(fullFolderListUri, 0);
721 Objects.equal(fullFolderListUri, other.fullFolderListUri) &&
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 281 startActivity(MailboxSettings.getIntent(getActivity(), mUiAccount.fullFolderListUri,
    [all...]

Completed in 254 milliseconds