HomeSort by relevance Sort by last modified time
    Searched refs:mConversation (Results 1 - 4 of 4) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 64 private Conversation mConversation;
94 return mConversation;
107 String from = mConversation.getRecipients().formatNames(", ");
111 if (mConversation.getMessageCount() > 1) {
114 mConversation.getMessageCount()));
119 if (mConversation.hasDraft()) {
133 if (mConversation.hasUnreadMessages()) {
142 if (mConversation.getRecipients().size() == 1) {
143 Contact contact = mConversation.getRecipients().get(0);
179 mConversation = conversation
    [all...]
ComposeMessageActivity.java 260 private Conversation mConversation; // Conversation we are working in
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 44 private ConversationUtils.Conversation mConversation;
72 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character1Conversations.get(index);
74 mConversation = LevelTree.get(levelRow, levelIndex).dialogResources.character2Conversations.get(index);
203 if (!mConversation.splittingComplete) {
205 formatPages(mConversation, textView);
206 mConversation.splittingComplete = true;
210 mPages = mConversation.pages;
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 128 private Conversation mConversation;
785 mConversation.setRecipients(recipients); // resets the threadId to zero
812 if (DEBUG) LogTag.debug("saveAsMms mConversation=%s", mConversation);
816 LogTag.warn("saveAsMms mDiscarded: true mConversation: " + mConversation +
833 if (!mConversation.getRecipients().isEmpty()) {
834 mConversation.ensureThreadId();
836 mConversation.setDraftState(true);
839 SendReq sendReq = makeSendReq(mConversation, mSubject)
    [all...]

Completed in 231 milliseconds