Searched refs:recentFolderListUri (Results 1 – 3 of 3) sorted by relevance
177 public final Uri recentFolderListUri; field in Account287 json.put(AccountColumns.RECENT_FOLDER_LIST_URI, recentFolderListUri); in serialize()415 recentFolderListUri = Utils.getValidUri(json in Account()491 recentFolderListUri = Utils.getValidUri(cursor.getString( in Account()618 recentFolderListUri = in.readParcelable(null); in Account()667 dest.writeParcelable(recentFolderListUri, 0); in writeToParcel()734 Objects.equal(recentFolderListUri, other.recentFolderListUri) && in equals()790 recentFolderListUri, in hashCode()951 map.put(AccountColumns.RECENT_FOLDER_LIST_URI, recentFolderListUri); in getValueMap()
113 final Uri uri = mAccount.recentFolderListUri; in doInBackground()
3491 if (mAccount != null && mAccount.recentFolderListUri != null3492 && !mAccount.recentFolderListUri.equals(Uri.EMPTY)) {3494 mAccount.recentFolderListUri, everything, Folder.FACTORY);