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

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationActivity.java 37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
156 final ConversationFragment conversationFragment = getConversationFragment();
159 if (hasFocus && conversationFragment != null) {
160 conversationFragment.setConversationFocus();
181 final ConversationFragment conversation = getConversationFragment();
204 final ConversationFragment conversationFragment = getConversationFragment();
205 if (conversationFragment != null && conversationFragment.onNavigationUpPressed())
    [all...]
ConversationFragment.java 116 public class ConversationFragment extends Fragment implements ConversationDataListener,
439 * restored from saved instance state, the ConversationFragment is created automatically by
    [all...]
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ConversationFragmentTest.java 37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
51 public class ConversationFragmentTest extends FragmentTestCase<ConversationFragment> {
67 super(ConversationFragment.class);
101 final ConversationFragment fragment = getFragment();
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoViewController.java 40 import com.android.messaging.ui.conversation.ConversationFragment;
162 new ConversationFragment.SaveAttachmentTask(((Activity) getActivity()),
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 41 import com.android.messaging.ui.conversation.ConversationFragment;
177 ConversationFragment.MESSAGE_ANIMATION_MAX_WAIT);

Completed in 636 milliseconds