Searched refs:ConversationFragment (Results 1 – 5 of 5) sorted by relevance
37 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 …]
116 public class ConversationFragment extends Fragment implements ConversationDataListener, class
37 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()
40 import com.android.messaging.ui.conversation.ConversationFragment;162 new ConversationFragment.SaveAttachmentTask(((Activity) getActivity()), in onOptionsItemSelected()
41 import com.android.messaging.ui.conversation.ConversationFragment;177 ConversationFragment.MESSAGE_ANIMATION_MAX_WAIT); in onAttachmentsChanged()