Home
last modified time | relevance | path

Searched refs:fullFolderListUri (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java108 public Uri fullFolderListUri; field in Account
274 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()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSingleFolderSelectionDialog.java55 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ? in onCreate()
56 mAccount.fullFolderListUri : mAccount.folderListUri); in onCreate()
DMultiFoldersSelectionDialog.java80 args.putParcelable(FOLDER_QUERY_URI_TAG, !Utils.isEmpty(mAccount.fullFolderListUri) ? in onCreate()
81 mAccount.fullFolderListUri : mAccount.folderListUri); in onCreate()
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSettingsFragment.java281 startActivity(MailboxSettings.getIntent(getActivity(), mUiAccount.fullFolderListUri, in onPreferenceTreeClick()