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

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

Completed in 71 milliseconds