Home
last modified time | relevance | path

Searched refs:ConversationFragmentHost (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationFragmentTest.java38 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
59 @Mock protected ConversationFragmentHost mockHost;
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationActivity.java37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
46 implements ContactPickerFragmentHost, ConversationFragmentHost,
DConversationFragment.java121 public interface ConversationFragmentHost extends ImeUtil.ImeStateHost { interface in ConversationFragment
166 private ConversationFragmentHost mHost;
1046 public void setHost(final ConversationFragmentHost host) { in setHost()