OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Draft
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java
206
// If the message is not already in the
draft
box, move it there.
207
if (!uri.toString().startsWith(Mms.
Draft
.CONTENT_URI.toString())) {
213
uri = persister.move(uri, Mms.
Draft
.CONTENT_URI);
273
* Load the
draft
message for the specified conversation, or a new empty message if
294
// Look for an SMS
draft
first.
300
// Then look for an MMS
draft
.
701
* Save this message as a
draft
in the conversation previously specified
719
// Get ready to write to disk. But don't notify message status when saving
draft
732
// new message will be merged with the
draft
message thread, causing confusion!
738
// 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
245
private boolean mToastForDraftSave; // Whether to notify the user that a
draft
is being saved
252
// editor thinking it's a
draft
message. This flag should
[
all
...]
Completed in 37 milliseconds