HomeSort by relevance Sort by last modified time
    Searched full:conversation (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
auth_des.h 35 a conversation key and the window */
39 des_block key; /* conversation key */
74 Both are encrypted using the conversation key. */
83 adv_timeverf is encrypted using the conversation key. */
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 28 import com.android.mms.data.Conversation;
29 import com.android.mms.data.Conversation.ConversationQueryHandler;
197 // this activity until a couple of seconds after the conversation list appears.
268 // If we're in the middle of the app initialization where we're loading the conversation
272 if (!Conversation.loadingThreads()) {
308 Conversation.startQueryForAll(mQueryHandler, THREAD_LIST_QUERY_TOKEN);
309 Conversation.startQuery(mQueryHandler, UNREAD_THREADS_QUERY_TOKEN, Threads.READ + "=0");
441 Conversation conv = Conversation.from(this, cursor);
484 Conversation conv = Conversation.from(ConversationList.this, cursor)
    [all...]
NoConfirmationSendService.java 26 import com.android.mms.data.Conversation;
64 String recipients = Conversation.getRecipients(intentUri);
ComposeMessageActivity.java 127 import com.android.mms.data.Conversation;
128 import com.android.mms.data.Conversation.ConversationQueryHandler;
155 * 2. Viewing/managing message history of a conversation.
159 * thread_id long Identify the conversation to be viewed. When creating a
162 * address String The addresses of the recipients in current conversation.
230 // When the conversation has a lot of messages and a new message is sent, the list is scrolled
244 private Conversation mConversation; // Conversation we are working in
260 private MessageListView mMsgListView; // ListView for messages in this conversation
1954 Conversation conversation = null; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 37 import com.replica.replicaisland.ConversationUtils.Conversation;
44 private ConversationUtils.Conversation mConversation;
85 private void formatPages(Conversation conversation, TextView textView) {
92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) {
93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page);
136 conversation.pages.add(page + addedPages, newPage);
  /frameworks/base/docs/html/training/design-navigation/
ancestral-temporal.jd 99 <p>In some cases, it's appropriate for <em>Up</em> to perform an action rather than navigating to a parent screen. Take for example, the Gmail application for Android 3.0-based tablets. When viewing a mail conversation while holding the device in landscape, the conversation list, as well as the conversation details are presented side-by-side. This is a form of parent-child screen grouping, as discussed in a <a href="multiple-sizes.html">previous lesson</a>. However, when viewing a mail conversation in the portrait orientation, only the conversation details are shown. The <em>Up</em> button is used to temporarily show the parent pane, which slides in from the left of the screen. Pressing the <em>Up</em> button again while the left pane is visible exits the context of the individual conversation, up to a full-screen list of conversations.</p>
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetService.java 50 import com.android.mms.data.Conversation;
152 Conversation.sAllThreadsUri, Conversation.ALL_THREADS_PROJECTION,
161 Conversation.sAllThreadsUri, Conversation.ALL_THREADS_PROJECTION,
243 Conversation conv = Conversation.from(mContext, mConversationCursor);
313 * taken to the messaging app's conversation list.
MmsWidgetProvider.java 62 // been sent or received (or a conversation has been read) and is telling the widget it
95 // Open Mms's app conversation list when click on header
108 // On click intent for Conversation
121 * notifyDatasetChanged call when the conversation list changes so the mms widget will
  /external/chromium/net/tools/spdyshark/
packet-spdy.h 37 * Conversation data - used for assembling multi-data-frame
  /frameworks/opt/mailcommon/res/values/
colors.xml 21 <!-- Conversation List Item Colors -->
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] -->
  /frameworks/opt/mailcommon/res/values-sw600dp/
colors.xml 21 <!-- Conversation List Item Colors -->
  /packages/apps/Mms/res/values/
colors.xml 33 <!-- the background color used for unread conversation -->
strings.xml 25 <!-- Command name to open a Compose screen; displays in conversation list -->
32 <!-- Menu item for starting a new conversation -->
40 <!-- Menu item to call the recipient of the conversation on the phone (imperative verb) -->
46 <!-- Context menu item on an individual conversation for deleting that conversation -->
48 <!-- Context menu item on an individual conversation for viewing that conversation -->
58 <!-- Tag appearing on conversations in the conversation list that contain a draft message -->
61 <!-- Subject to display in the conversation list if there is no subject -->
85 <!-- Menu item for deleting the entire conversation currently being viewed --
    [all...]
  /external/dbus/dbus/
dbus-auth.c 310 * @param auth the auth conversation
311 * @returns #TRUE if the conversation is the server side
315 * @param auth the auth conversation
316 * @returns #TRUE if the conversation is the client side
320 * @param auth the auth conversation
325 * @param auth the auth conversation
332 * @param auth the auth conversation
    [all...]
  /device/samsung/maguro/overlay/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/transaction/
SmsSingleRecipientSender.java 19 import com.android.mms.data.Conversation;
60 mDest = Conversation.verifySingleRecipient(mContext, mThreadId, mDest);
  /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/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/src/com/android/mms/data/
WorkingMessage.java 120 // Conversation this message is targeting.
121 private Conversation mConversation;
284 * Load the draft message for the specified conversation, or a new empty message if
288 final Conversation conv,
851 * Save this message as a draft in the conversation previously specified
864 throw new IllegalStateException("saveDraft() called with no conversation");
    [all...]

Completed in 8528 milliseconds

1 23 4 5 6 7