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.java37 import com.android.messaging.ui.conversation.ConversationFragment.ConversationFragmentHost;
58 @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.java120 public interface ConversationFragmentHost extends ImeUtil.ImeStateHost { interface in ConversationFragment
165 private ConversationFragmentHost mHost;
1036 public void setHost(final ConversationFragmentHost host) { in setHost()