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

  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 226 // If the message is not already in the draft box, move it there.
227 if (!uri.toString().startsWith(Mms.Draft.CONTENT_URI.toString())) {
233 uri = persister.move(uri, Mms.Draft.CONTENT_URI);
291 * Load the draft message for the specified conversation, or a new empty message if
310 // first - non-empty String representing the text of an SMS draft
314 // Look for an SMS draft first.
319 // No SMS draft so look for an MMS draft.
857 * Save this message as a draft in the conversation previously specified
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 100 if (!mMessageUri.toString().startsWith(Mms.Draft.CONTENT_URI.toString())) {
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 331 * Add an SMS to the Draft box.
365 * Add an SMS to the Draft box.
384 public static final class Draft implements BaseColumns, TextBasedSmsColumns {
389 Uri.parse("content://sms/draft");
397 * Add an SMS to the Draft box.
413 * Save over an existing draft message.
417 * @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/opt/mms/src/java/com/google/android/mms/pdu/
PduPersister.java 202 MESSAGE_BOX_MAP.put(Mms.Draft.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 245 // To reduce janky interaction when message history + draft loads and keyboard opening
246 // query the messages + draft after the keyboard opens. This controls that behavior.
249 // The max amount of delay before we force load messages and draft.
253 // messages+draft after the max delay.
289 private boolean mToastForDraftSave; // Whether to notify the user that a draft is being saved
296 // editor thinking it's a draft message. This flag should
332 // sure we only load message+draft once.
335 // whether we should load the draft. For example, after attaching a photo and coming back
336 // in onActivityResult(), we should not load the draft because that will mess up the draft
    [all...]

Completed in 1088 milliseconds