Home
last modified time | relevance | path

Searched refs:recentFolderListUri (Results 1 – 3 of 3) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAccount.java177 public final Uri recentFolderListUri; field in Account
287 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()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DRecentFolderList.java113 final Uri uri = mAccount.recentFolderListUri; in doInBackground()
DAbstractActivityController.java3491 if (mAccount != null && mAccount.recentFolderListUri != null
3492 && !mAccount.recentFolderListUri.equals(Uri.EMPTY)) {
3494 mAccount.recentFolderListUri, everything, Folder.FACTORY);