Searched refs:fullFolderListUri (Results 1 – 4 of 4) sorted by relevance
108 public Uri fullFolderListUri; field in Account274 json.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri); in serialize()396 fullFolderListUri = Utils.getValidUri(json in Account()469 fullFolderListUri = Utils.getValidUri(cursor.getString( in Account()605 fullFolderListUri = in.readParcelable(null); in Account()654 dest.writeParcelable(fullFolderListUri, 0); in writeToParcel()721 Objects.equal(fullFolderListUri, other.fullFolderListUri) && in equals()777 fullFolderListUri, in hashCode()938 map.put(AccountColumns.FULL_FOLDER_LIST_URI, fullFolderListUri); in getValueMap()
55 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ? in onCreate()56 mAccount.fullFolderListUri : mAccount.folderListUri); in onCreate()
80 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ? in onCreate()81 mAccount.fullFolderListUri : mAccount.folderListUri); in onCreate()
281 startActivity(MailboxSettings.getIntent(getActivity(), mUiAccount.fullFolderListUri, in onPreferenceTreeClick()