Home
last modified time | relevance | path

Searched refs:allFolderListUri (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java113 public Uri allFolderListUri; field in Account
275 json.put(AccountColumns.ALL_FOLDER_LIST_URI, allFolderListUri); in serialize()
398 allFolderListUri = Utils.getValidUri(json in Account()
471 allFolderListUri = Utils.getValidUri(cursor.getString( in Account()
606 allFolderListUri = in.readParcelable(null); in Account()
655 dest.writeParcelable(allFolderListUri, 0); in writeToParcel()
722 Objects.equal(allFolderListUri, other.allFolderListUri) && in equals()
778 allFolderListUri, in hashCode()
939 map.put(AccountColumns.ALL_FOLDER_LIST_URI, allFolderListUri); in getValueMap()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java694 folderListUri = mCurrentAccount.allFolderListUri; in onCreateLoader()