Home
last modified time | relevance | path

Searched refs:ConversationFragment (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
156 final ConversationFragment conversationFragment = getConversationFragment(); in onWindowFocusChanged()
181 final ConversationFragment conversation = getConversationFragment(); in updateActionBar()
204 final ConversationFragment conversationFragment = getConversationFragment(); in onNavigationUpPressed()
220 final ConversationFragment conversationFragment = getConversationFragment(); in onBackPressed()
232 private ConversationFragment getConversationFragment() { in getConversationFragment()
233 return (ConversationFragment) getFragmentManager().findFragmentByTag( in getConversationFragment()
234 ConversationFragment.FRAGMENT_TAG); in getConversationFragment()
302 ConversationFragment conversationFragment = getConversationFragment(); in updateUiState()
308 conversationFragment = new ConversationFragment(); in updateUiState()
[all …]
DConversationFragment.java116 public class ConversationFragment extends Fragment implements ConversationDataListener, class
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationFragmentTest.java37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
51 public class ConversationFragmentTest extends FragmentTestCase<ConversationFragment> {
67 super(ConversationFragment.class); in ConversationFragmentTest()
104 final ConversationFragment fragment = getFragment(); in loadWith()
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
DBuglePhotoViewController.java40 import com.android.messaging.ui.conversation.ConversationFragment;
162 new ConversationFragment.SaveAttachmentTask(((Activity) getActivity()), in onOptionsItemSelected()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java41 import com.android.messaging.ui.conversation.ConversationFragment;
177 ConversationFragment.MESSAGE_ANIMATION_MAX_WAIT); in onAttachmentsChanged()