Home | History | Annotate | Download | only in ui

Lines Matching refs:folder

34 import com.android.mail.providers.Folder;
162 public void onFolderSelected(Folder folder) {
168 if (folder.parent != Uri.EMPTY) {
172 setHierarchyFolder(folder);
173 super.onFolderSelected(folder);
418 // The Folder List fragment can be null for monkeys where we get a back before the
419 // folder list has had a chance to initialize.
423 // If the user navigated via the left folders list into a child folder,
424 // back should take the user up to the parent folder's conversation list.
554 public void onError(final Folder folder, boolean replaceVisibleToast) {
556 showErrorToast(folder, replaceVisibleToast);
566 // By default, we want to allow one item to be selected in the folder list