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
218
// If the message is not already in the
draft
box, move it there.
219
if (!uri.toString().startsWith(Mms.
Draft
.CONTENT_URI.toString())) {
225
uri = persister.move(uri, Mms.
Draft
.CONTENT_URI);
282
* Load the
draft
message for the specified conversation, or a new empty message if
303
// Look for an SMS
draft
first.
310
// Then look for an MMS
draft
.
786
* Save this message as a
draft
in the conversation previously specified
793
" skipping saving
draft
and bailing");
806
// Get ready to write to disk. But don't notify message status when saving
draft
820
// new message will be merged with the
draft
message thread, causing confusion
[
all
...]
/frameworks/base/core/java/android/provider/
Telephony.java
334
* Add an SMS to the
Draft
box.
368
* Add an SMS to the
Draft
box.
387
public static final class
Draft
implements BaseColumns, TextBasedSmsColumns {
392
Uri.parse("content://sms/
draft
");
400
* Add an SMS to the
Draft
box.
416
* Save over an existing
draft
message.
420
* @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
194
MESSAGE_BOX_MAP.put(Mms.
Draft
.CONTENT_URI, Mms.MESSAGE_BOX_DRAFTS);
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
262
private boolean mToastForDraftSave; // Whether to notify the user that a
draft
is being saved
269
// editor thinking it's a
draft
message. This flag should
[
all
...]
Completed in 164 milliseconds