Home | History | Annotate | Download | only in provider

Lines Matching refs:FOLDER

5789          * the folder changes with the locale (via {@link #getLabelForFolder}) but
5790 * the folder name does not change so you can consistently query for
5791 * the folder regardless of the current locale.
5796 public static final String FOLDER = "folder";
5866 * @param folder Folder in which to place the bookmark; null if none.
5876 String folder,
5889 if (folder != null) values.put(FOLDER, folder);
5897 * Return the folder name as it should be displayed to the user. This
5902 * @param folder The value found in the {@link #FOLDER} column.
5904 * @return CharSequence The label for this folder that should be shown
5907 public static CharSequence getLabelForFolder(Resources r, String folder) {
5908 return folder;