HomeSort by relevance Sort by last modified time
    Searched refs:Draft (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 209 // If the message is not already in the draft box, move it there.
210 if (!uri.toString().startsWith(Mms.Draft.CONTENT_URI.toString())) {
216 uri = persister.move(uri, Mms.Draft.CONTENT_URI);
278 * Load the draft message for the specified conversation, or a new empty message if
299 // Look for an SMS draft first.
305 // Then look for an MMS draft.
736 * Save this message as a draft in the conversation previously specified
754 // Get ready to write to disk. But don't notify message status when saving draft
767 // new message will be merged with the draft message thread, causing confusion!
773 // Update state of the draft cache
    [all...]
  /frameworks/base/core/java/android/provider/
Telephony.java 328 * Add an SMS to the Draft box.
362 * Add an SMS to the Draft box.
381 public static final class Draft implements BaseColumns, TextBasedSmsColumns {
386 Uri.parse("content://sms/draft");
394 * Add an SMS to the Draft box.
410 * Save over an existing draft message.
414 * @param body the new body for the draft message
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 199 VALUE Ascend-Link-Compression Link-Comp-Stac-Draft-9 2
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 195 MESSAGE_BOX_MAP.put(Mms.Draft.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 249 private boolean mToastForDraftSave; // Whether to notify the user that a draft is being saved
256 // editor thinking it's a draft message. This flag should
    [all...]

Completed in 918 milliseconds