Home | History | Annotate | Download | only in ui

Lines Matching defs:FolderListFragment

103 public class FolderListFragment extends ListFragment implements
232 public FolderListFragment() {
251 * Creates a new instance of {@link FolderListFragment}, initialized
256 public static FolderListFragment ofTree(Folder folder) {
257 final FolderListFragment fragment = new FolderListFragment();
263 * Creates a new instance of {@link FolderListFragment}, initialized
269 public static FolderListFragment ofTopLevelTree(Uri folderListUri,
271 final FolderListFragment fragment = new FolderListFragment();
310 LogUtils.wtf(LOG_TAG, "FolderListFragment expects only a ControllableActivity to" +
629 LogUtils.d(LOG_TAG, "FolderListFragment: viewFolderOrChangeAccount():"
878 * {@link FolderListFragment#mIsDivided} for more information */
978 * populating {@link com.android.mail.ui.FolderListFragment.FolderAdapter#mItemList}
1463 LogUtils.e(LOG_TAG, "FolderListFragment.setSelectedFolder(null) called!");