Home | History | Annotate | Download | only in ui

Lines Matching refs:folder

20 import com.android.mail.providers.Folder;
23 * Interface that permits elements to implement selecting a folder.
24 * The single method {@link #onFolderSelected(com.android.mail.providers.Folder)} defines what
25 * happens when a folder is selected.
29 * Selects the folder provided as an argument here. This corresponds to the user
30 * selecting a folder in the UI element, either for creating a widget/shortcut (as in the
32 * the folder (as in the case of {@link AbstractActivityController}.
33 * @param folder
35 public void onFolderSelected(Folder folder);