Searched defs:RecentFolderList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DRecentFolderList.java51 public final class RecentFolderList { class
52 private static final String TAG = "RecentFolderList";
91 * Copy {@link RecentFolderList#mAccount} in case the account changes between when the
127 * retrieve the RecentFolderList from persistent storage (if any).
130 public RecentFolderList(Context context) { method in class:RecentFolderList
137 * Initialize the {@link RecentFolderList} with a controllable activity.
166 LogUtils.e(TAG, "RecentFolderList.loadFromUiProvider: bad input. mAccount=%s,cursor=%s",

Completed in 73 milliseconds