Searched refs:HostInterface (Results 1 - 25 of 36) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DAllContactsListViewHolder.java22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
28 public AllContactsListViewHolder(final Context context, final HostInterface clivHostInterface) {
H A DFrequentContactsListViewHolder.java22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
29 final HostInterface clivHostInterface) {
H A DContactListAdapter.java31 private final ContactListItemView.HostInterface mClivHostInterface;
36 final ContactListItemView.HostInterface clivHostInterface,
H A DContactDropdownLayouter.java44 private final ContactListItemView.HostInterface mClivHostInterface;
47 final ContactListItemView.HostInterface clivHostInterface) {
49 mClivHostInterface = new ContactListItemView.HostInterface() {
H A DContactRecipientPhotoManager.java44 private final ContactListItemView.HostInterface mClivHostInterface;
47 final ContactListItemView.HostInterface clivHostInterface) {
H A DContactListItemView.java43 public interface HostInterface { interface in class:ContactListItemView
57 private HostInterface mHostInterface;
85 public void bind(final Cursor cursor, final HostInterface hostInterface,
108 final CharSequence styledDestination, final HostInterface hostInterface,
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListAdapter.java27 import com.android.messaging.ui.conversationlist.ConversationListItemView.HostInterface;
35 private final ConversationListItemView.HostInterface mClivHostInterface;
38 final ConversationListItemView.HostInterface clivHostInterface) {
H A DShareIntentFragment.java46 ShareIntentAdapter.HostInterface {
49 public interface HostInterface { interface in class:ShareIntentFragment
58 private HostInterface mHost;
128 if (activity instanceof HostInterface) {
129 mHost = (HostInterface) activity;
143 * {@inheritDoc} from SharIntentItemView.HostInterface
H A DShareIntentAdapter.java42 public interface HostInterface { interface in class:ShareIntentAdapter
46 private final HostInterface mHostInterface;
49 final HostInterface hostInterface) {
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridAdapter.java27 import com.android.messaging.ui.mediapicker.GalleryGridItemView.HostInterface;
34 private GalleryGridItemView.HostInterface mGgivHostInterface;
40 public void setHostInterface(final HostInterface ggivHostInterface) {
H A DGalleryGridItemView.java46 public interface HostInterface { interface in class:GalleryGridItemView
56 private HostInterface mHostInterface;
117 public void bind(final Cursor cursor, final HostInterface hostInterface) {
H A DAudioRecordView.java59 public interface HostInterface extends DraftMessageSubscriptionDataProvider { interface in class:AudioRecordView
98 private HostInterface mHostInterface;
106 public void setHostInterface(final HostInterface hostInterface) {
H A DAudioMediaChooser.java33 AudioRecordView.HostInterface {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DSimSelectorItemView.java33 public interface HostInterface { interface in class:SimSelectorItemView
41 private HostInterface mHost;
66 public void setHostInterface(final HostInterface host) {
H A DSimSelectorView.java40 public class SimSelectorView extends FrameLayout implements SimSelectorItemView.HostInterface {
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridItemView.java37 public interface HostInterface { interface in class:AttachmentGridItemView
47 private HostInterface mHostInterface;
92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) {
103 HostInterface testGetHostInterface() {
H A DAttachmentGridView.java39 AttachmentGridItemView.HostInterface {
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
H A DPeopleOptionsItemView.java40 public interface HostInterface { interface in class:PeopleOptionsItemView
48 private HostInterface mHostInterface;
69 final HostInterface hostInterface) {
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DBlockedNumbersSettingsActivity.java28 implements SearchFragment.HostInterface {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DWidgetPickConversationActivity.java32 ShareIntentFragment.HostInterface {
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
H A DAudioRecordViewTest.java35 @Mock AudioRecordView.HostInterface mockHost;
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogFragment.java556 ((HostInterface) activity).showDialpad();
591 ((HostInterface) getActivity())
610 HostInterface hostInterface = (HostInterface) getActivity();
671 public interface HostInterface { interface in class:CallLogFragment
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DOldSpeedDialFragment.java222 ((HostInterface) activity).setDragDropController(mListView.getDragDropController());
225 activity.toString() + " must implement OnDragDropListener and HostInterface");
418 ((HostInterface) activity).showAllContactsTab();
432 public interface HostInterface { interface in class:OldSpeedDialFragment
H A DSearchFragment.java75 private HostInterface mActivity;
102 mActivity = (HostInterface) getActivity();
412 public interface HostInterface { interface in class:SearchFragment
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactListItemViewTest.java38 @Mock ContactListItemView.HostInterface mockHost;

Completed in 335 milliseconds

12