/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///
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
Transcripts.java | 28 * Represents a list of conversation transcripts that a user had in all his history. Each
30 * information about the conversation. {@link org.jivesoftware.smackx.workgroup.packet.Transcript}
80 * Returns a list of TranscriptSummary. A TranscriptSummary does not contain the conversation
82 * conversation started and finished. Once you have the sessionID it is possible to get the
83 * full conversation transcript.
108 * A TranscriptSummary contains some information about a conversation such as the ID of the
109 * session or the date when the conversation started and finished. You will need to use the
110 * sessionID to get the full conversation transcript.
126 * Returns the ID of the session that is related to this conversation transcript. The
127 * sessionID could be used for getting the full conversation transcript. [all...] |
Transcript.java | 31 * Represents the conversation transcript that occured in a group chat room between an Agent
44 * @param sessionID the id of the session to get the conversation transcript.
55 * @param sessionID the id of the session that generated this conversation transcript.
64 * Returns id of the session that generated this conversation transcript. The sessionID is a
67 * @return id of the session that generated this conversation transcript.
|
/packages/apps/Mms/src/com/android/mms/data/ |
Conversation.java | 45 public class Conversation { 83 // The thread ID of this conversation. Can be zero in the case of a 84 // new conversation where the recipient set is changing as the user 95 private boolean mIsChecked; // True if user has selected the conversation for a 105 private Conversation(Context context) { 111 private Conversation(Context context, long threadId, boolean allowQuery) { 113 Log.v(TAG, "Conversation constructor threadId: " + threadId); 122 private Conversation(Context context, Cursor cursor, boolean allowQuery) { 124 Log.v(TAG, "Conversation constructor cursor, allowQuery: " + allowQuery); 131 * 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 | 30 import com.android.mms.data.Conversation; 35 //TODO: This should be public class ConversationListAdapter extends ArrayAdapter<Conversation> 56 Conversation conv = Conversation.from(context, cursor); 92 Conversation conv = Conversation.from(mContext, cursor);
|
ConversationListItem.java | 41 import com.android.mms.data.Conversation; 45 * This class manages the view for given conversation. 64 private Conversation mConversation; 93 public Conversation getConversation() { 176 public final void bind(Context context, final Conversation conversation) { 179 mConversation = conversation; 184 boolean hasError = conversation.hasError(); 194 boolean hasAttachment = conversation.hasAttachment(); 198 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 | 27 import com.android.mms.data.Conversation; 101 Conversation.dumpThreadsTable(context); 102 Conversation.dump(); 103 Conversation.dumpSmsTable(context);
|