Searched refs:folder (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java358 * Move a message to the given folder.
362 * @param folder the folder to move to
367 Uri uri, int folder, int error) {
374 switch(folder) {
392 values.put(TYPE, folder);
405 * Returns true iff the folder (message type) identifies an
1768 * Contains all MMS messages in the MMS app sent folder.
1792 * Contains all MMS messages in the MMS app drafts folder.
366 moveMessageToFolder(Context context, Uri uri, int folder, int error) argument
/frameworks/base/core/java/android/provider/
H A DSettings.java6274 * the folder changes with the locale (via {@link #getLabelForFolder}) but
6275 * the folder name does not change so you can consistently query for
6276 * the folder regardless of the current locale.
6281 public static final String FOLDER = "folder";
6351 * @param folder Folder in which to place the bookmark; null if none.
6361 String folder,
6374 if (folder != null) values.put(FOLDER, folder);
6382 * Return the folder name as it should be displayed to the user. This
6387 * @param folder Th
6358 add(ContentResolver cr, Intent intent, String title, String folder, char shortcut, int ordering) argument
6392 getLabelForFolder(Resources r, String folder) argument
[all...]

Completed in 78 milliseconds