HomeSort by relevance Sort by last modified time
    Searched full:conversation (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /packages/apps/Mms/src/com/android/mms/ui/
NoConfirmationSendService.java 27 import com.android.mms.data.Conversation;
63 String recipients = Conversation.getRecipients(intentUri);
ComposeMessageActivity.java 130 import com.android.mms.data.Conversation;
131 import com.android.mms.data.Conversation.ConversationQueryHandler;
157 * 2. Viewing/managing message history of a conversation.
161 * thread_id long Identify the conversation to be viewed. When creating a
164 * address String The addresses of the recipients in current conversation.
236 // When the conversation has a lot of messages and a new message is sent, the list is scrolled
260 private Conversation mConversation; // Conversation we are working in
278 private MessageListView mMsgListView; // ListView for messages in this conversation
2001 Conversation conversation = null; local
    [all...]
  /external/smack/src/com/kenai/jbosh/
HTTPResponse.java 29 * conversation may need to be aborted if the session it was a part of
  /frameworks/opt/mailcommon/res/values/
strings.xml 26 <!-- Format string used when displaying the big text of a notification that was triggered by a single new conversation. [CHAR LIMIT=120] -->
  /external/libppp/src/
slcompress.h 48 * conversation number that associates a saved IP/TCP header with
107 * "state" data for each active tcp conversation on the wire. This is
109 * we saw from the conversation together with a small identifier
  /external/ppp/pppd/include/net/
slcompress.h 37 * conversation number that associates a saved IP/TCP header with
97 * "state" data for each active tcp conversation on the wire. This is
99 * we saw from the conversation together with a small identifier
vjcompress.h 37 * conversation number that associates a saved IP/TCP header with
97 * "state" data for each active tcp conversation on the wire. This is
99 * we saw from the conversation together with a small identifier
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 23 import com.android.mms.data.Conversation;
200 Conversation conv = Conversation.get(mActivity, contactList, false);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
50 * stream connection through which the conversation takes place.
84 struct osockaddr addr; /* address for establishing conversation */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
50 * stream connection through which the conversation takes place.
84 struct osockaddr addr; /* address for establishing conversation */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 40 * holding a conversation. In normal operation, a client, the caller,
50 * stream connection through which the conversation takes place.
84 struct osockaddr addr; /* address for establishing conversation */
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 127 // Conversation this message is targeting.
128 private Conversation mConversation;
291 * Load the draft message for the specified conversation, or a new empty message if
295 final Conversation conv,
857 * Save this message as a draft in the conversation previously specified
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 218 * lists its parent) or conversation-level threading (each message lists one conversation
223 * Whether the server supports allowing a conversation to be in multiple folders. (Or allows
224 * multiple folders on a single conversation)
244 * Whether initial conversation queries should use a limit parameter
465 * Parameter used to limit the number of rows returned by a conversation list query
646 "vnd.android.cursor.dir/vnd.com.android.mail.conversation";
648 "vnd.android.cursor.item/vnd.com.android.mail.conversation";
727 * list of messages for this conversation.
734 * This string column contains the subject string for a conversation
    [all...]
  /packages/apps/Mms/res/values/
strings.xml 25 <!-- Command name to open a Compose screen; displays in conversation list.
33 <!-- Menu item for starting a new conversation -->
41 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) -->
47 <!-- Context menu item on an individual conversation for deleting that conversation -->
49 <!-- Context menu item on an individual conversation for viewing that conversation -->
59 <!-- Tag appearing on conversations in the conversation list that contain a draft message -->
62 <!-- Subject to display in the conversation list if there is no subject -->
86 <!-- Menu item for deleting the entire conversation currently being viewed --
    [all...]
  /external/dropbear/
svr-authpam.c 47 /* PAM conversation function - for now we only handle one message */
195 /* used to pass data to the PAM conversation function - don't bother with
196 * strdup() etc since these are touched only by our own conversation
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 2 * The conversation with Matti Rintala on STLport forum 2005-08-24:
  /frameworks/base/docs/html/design/patterns/
confirming-acknowledging.jd 49 <h4>Example: Gmail conversation deleted</h4>
51 <p>After the user deletes a conversation from the list in Gmail, an acknowledgment appears with an undo option. The acknowledgment remains until the user takes an unrelated action, such as scrolling the list.</p>
navigation.jd 70 follows it in the list. For example, in Gmail, it's easy to swipe left or right from a conversation
95 both bypass the Inbox screen, taking the user directly to a conversation view.</p>
201 Gmail. Gmail's conversation list activity appears, and a new Task B is created for it. New tasks are
202 always rooted to Home, so touching Back from the conversation list returns there.</p>
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 84 * Tells the view that it will be appearing in the conversation pane
86 * @param isInConversationMode true if the view will be shown in the conversation view
  /packages/apps/Mms/res/xml/
mms_config.xml 45 <!-- Minimum value for the number of messages kept per conversation. The user can never
49 <!-- Maximum value for the number of messages kept per conversation. The user can never
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 35 import com.android.mms.data.Conversation;
95 Conversation.init(this);
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 40 #include <epan/conversation.h>
285 conversation_t *conversation; local
289 conversation = find_conversation(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo->destport, 0);
292 printf("Conversation for frame #%d is %p\n", pinfo->fd->num, conversation);
293 if (conversation)
294 printf(" conv_data=%p\n", conversation_get_proto_data(conversation, proto_spdy));
297 if(!conversation) /* Conversation does not exist yet - create it */
298 conversation = conversation_new(pinfo->fd->num, &pinfo->src, &pinfo->dst, pinfo->ptype, pinfo->srcport, pinfo-> (…)
    [all...]
  /external/tcpdump/
README 101 to the start of the conversation. Field 2 is delta-time
126 Three seconds into the conversation, bytes 512 through 1023
157 of the conversation.)
179 1.86 seconds into the conversation. It was last
180 sent 15 seconds into the conversation and was sent
slcompress.h 31 * conversation number that associates a saved IP/TCP header with
  /external/replicaisland/src/com/replica/replicaisland/
LevelTree.java 61 public ArrayList<ConversationUtils.Conversation> character1Conversations;
62 public ArrayList<ConversationUtils.Conversation> character2Conversations;

Completed in 696 milliseconds

1 2 34 5 6 7