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

  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 439 * Add an SMS to the Draft box.
481 * Add an SMS to the Draft box.
501 public static final class Draft implements BaseColumns, TextBasedSmsColumns {
507 private Draft() {
513 public static final Uri CONTENT_URI = Uri.parse("content://sms/draft");
    [all...]
  /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.
854 * Save this message as a draft in the conversation previously specified
861 " skipping saving draft and bailing")
    [all...]
  /external/chromium_org/v8/src/
arraybuffer.js 51 // ES6 Draft 15.13.5.5.3
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 100 if (!mMessageUri.toString().startsWith(Mms.Draft.CONTENT_URI.toString())) {
  /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 243 // To reduce janky interaction when message history + draft loads and keyboard opening
244 // query the messages + draft after the keyboard opens. This controls that behavior.
247 // The max amount of delay before we force load messages and draft.
251 // messages+draft after the max delay.
287 private boolean mToastForDraftSave; // Whether to notify the user that a draft is being saved
294 // editor thinking it's a draft message. This flag should
328 // sure we only load message+draft once.
331 // whether we should load the draft. For example, after attaching a photo and coming back
332 // in onActivityResult(), we should not load the draft because that will mess up the draft
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 210 milliseconds