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

12 3 4 5 6 7

  /external/replicaisland/res/xml/
level_3_4_dialog_kyle.xml 4 <conversation>
18 </conversation>
level_3_5_dialog_wanda.xml 3 <conversation>
23 </conversation>
level_3_7_dialog_wanda.xml 4 <conversation>
24 </conversation>
level_3_9_dialog_kyle.xml 4 <conversation>
18 </conversation>
level_4_2_dialog_wanda.xml 4 <conversation>
18 </conversation>
level_4_5_dialog_wanda.xml 4 <conversation>
24 </conversation>
level_4_7_dialog_rokudou.xml 4 <conversation>
18 </conversation>
level_4_9_dialog_wanda.xml 4 <conversation>
24 </conversation>
level_1_5_dialog_wanda.xml 4 <conversation>
30 </conversation>
level_4_3_dialog_kabocha.xml 4 <conversation>
29 </conversation>
level_4_7_dialog_wanda.xml 4 <conversation>
30 </conversation>
level_3_9_dialog_rokudou.xml 4 <conversation>
36 </conversation>
level_final_boss_dialog.xml 4 <conversation>
43 </conversation>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
sep.inp 2 slashes\aren't%used enough/in/casual-conversation///
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 40 public class Conversation {
77 // The thread ID of this conversation. Can be zero in the case of a
78 // new conversation where the recipient set is changing as the user
89 private boolean mIsChecked; // True if user has selected the conversation for a
99 private Conversation(Context context) {
105 private Conversation(Context context, long threadId, boolean allowQuery) {
107 Log.v(TAG, "Conversation constructor threadId: " + threadId);
116 private Conversation(Context context, Cursor cursor, boolean allowQuery) {
118 Log.v(TAG, "Conversation constructor cursor, allowQuery: " + allowQuery);
125 * Create a new conversation with no recipients. {@link #setRecipients} ca
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationUtils.java 37 public static class Conversation {
42 public final static ArrayList<Conversation> loadDialog(int resource, Context context) {
45 ArrayList<Conversation> dialog = null;
46 Conversation currentConversation = null;
52 if (parser.getName().equals("conversation")) {
54 dialog = new ArrayList<Conversation>();
56 currentConversation = new Conversation();
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 22 import com.android.mms.data.Conversation;
36 //TODO: This should be public class ConversationListAdapter extends ArrayAdapter<Conversation>
57 Conversation conv = Conversation.from(context, cursor);
93 Conversation conv = Conversation.from(mContext, cursor);
ConversationListItem.java 24 import com.android.mms.data.Conversation;
46 * This class manages the view for given conversation.
65 private Conversation mConversation;
94 public Conversation getConversation() {
177 public final void bind(Context context, final Conversation conversation) {
180 mConversation = conversation;
185 boolean hasError = conversation.hasError();
195 boolean hasAttachment = conversation.hasAttachment();
199 mDateView.setText(MessageUtils.formatTimeStampString(context, conversation.getDate()))
    [all...]
  /packages/apps/Mms/tests/src/com/android/mms/util/
VerifyRecipientUnitTests.java 24 import com.android.mms.data.Conversation;
27 * This is a series of unit tests for Conversation's verifyRecipients function.
53 Conversation.verifySingleRecipient(getContext(), mThreadId1, "(415) 232-4567"),
57 Conversation.verifySingleRecipient(getContext(), mThreadId1, " 232-4567"),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
key_prot.x 181 * Encrypt a conversation key for me.
188 * Decrypt the conversation key for me.
194 * Generate a secure conversation key for me
223 * Encrypt a conversation key for me.
230 * Decrypt the conversation key for me.
236 * Generate a secure conversation key for me
250 * Encrypt a conversation key for me.
257 * Decrypt the conversation key for me.
275 * Return me the conversation key that is constructed
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 181 * Encrypt a conversation key for me.
188 * Decrypt the conversation key for me.
194 * Generate a secure conversation key for me
223 * Encrypt a conversation key for me.
230 * Decrypt the conversation key for me.
236 * Generate a secure conversation key for me
250 * Encrypt a conversation key for me.
257 * Decrypt the conversation key for me.
275 * Return me the conversation key that is constructed
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
key_prot.x 181 * Encrypt a conversation key for me.
188 * Decrypt the conversation key for me.
194 * Generate a secure conversation key for me
223 * Encrypt a conversation key for me.
230 * Decrypt the conversation key for me.
236 * Generate a secure conversation key for me
250 * Encrypt a conversation key for me.
257 * Decrypt the conversation key for me.
275 * Return me the conversation key that is constructed
  /packages/apps/Mms/src/com/android/mms/
LogTag.java 20 import com.android.mms.data.Conversation;
101 Conversation.dumpThreadsTable(context);
102 Conversation.dump();
103 Conversation.dumpSmsTable(context);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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. */
  /prebuilts/gcc/linux-x86/host/i686-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. */

Completed in 907 milliseconds

12 3 4 5 6 7