Home
last modified time | relevance | path

Searched refs:hostInterface (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/speeddial/
DSpeedDialAdapter.java81 private final HostInterface hostInterface; field in SpeedDialAdapter
97 HostInterface hostInterface) { in SpeedDialAdapter() argument
102 this.hostInterface = hostInterface; in SpeedDialAdapter()
258 hostInterface.dragFavorite(true);
267 hostInterface.dragFavorite(false);
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactListItemView.java85 public void bind(final Cursor cursor, final HostInterface hostInterface, in bind() argument
88 mHostInterface = hostInterface; in bind()
108 final CharSequence styledDestination, final HostInterface hostInterface, in bind() argument
111 mHostInterface = hostInterface; in bind()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogFragment.java658 HostInterface hostInterface = FragmentUtils.getParent(this, HostInterface.class); in onShowModalAlert() local
662 if (hostInterface != null && getUserVisibleHint()) { in onShowModalAlert()
663 hostInterface.enableFloatingButton(false); in onShowModalAlert()
668 if (hostInterface != null && getUserVisibleHint()) { in onShowModalAlert()
669 hostInterface.enableFloatingButton(true); in onShowModalAlert()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
DPeopleOptionsItemView.java69 final HostInterface hostInterface) { in bind() argument
72 mHostInterface = hostInterface; in bind()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentAdapter.java49 final HostInterface hostInterface) { in ShareIntentAdapter() argument
51 mHostInterface = hostInterface; in ShareIntentAdapter()
DConversationListItemView.java363 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind() argument
365 mHostInterface = hostInterface; in bind()
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind() argument
94 mHostInterface = hostInterface; in bind()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DGalleryGridItemView.java117 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind() argument
121 mHostInterface = hostInterface; in bind()
DGalleryGridView.java77 public void setHostInterface(final GalleryGridViewListener hostInterface) { in setHostInterface() argument
78 mListener = hostInterface; in setHostInterface()
DAudioRecordView.java106 public void setHostInterface(final HostInterface hostInterface) { in setHostInterface() argument
107 mHostInterface = hostInterface; in setHostInterface()