HomeSort by relevance Sort by last modified time
    Searched defs:HostInterface (Results 1 - 14 of 14) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
SimSelectorItemView.java 33 public interface HostInterface {
41 private HostInterface mHost;
66 public void setHostInterface(final HostInterface host) {
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ShareIntentAdapter.java 42 public interface HostInterface {
46 private final HostInterface mHostInterface;
49 final HostInterface hostInterface) {
51 mHostInterface = hostInterface;
ShareIntentFragment.java 46 ShareIntentAdapter.HostInterface {
49 public interface HostInterface {
58 private HostInterface mHost;
128 if (activity instanceof HostInterface) {
129 mHost = (HostInterface) activity;
143 * {@inheritDoc} from SharIntentItemView.HostInterface
ConversationListItemView.java 78 public interface HostInterface {
133 private HostInterface mHostInterface;
363 public void bind(final Cursor cursor, final HostInterface hostInterface) {
365 mHostInterface = hostInterface;
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
PeopleOptionsItemView.java 40 public interface HostInterface {
48 private HostInterface mHostInterface;
69 final HostInterface hostInterface) {
72 mHostInterface = hostInterface;
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridItemView.java 37 public interface HostInterface {
47 private HostInterface mHostInterface;
92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) {
94 mHostInterface = hostInterface;
103 HostInterface testGetHostInterface() {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridItemView.java 46 public interface HostInterface {
56 private HostInterface mHostInterface;
117 public void bind(final Cursor cursor, final HostInterface hostInterface) {
121 mHostInterface = hostInterface;
AudioRecordView.java 59 public interface HostInterface extends DraftMessageSubscriptionDataProvider {
98 private HostInterface mHostInterface;
106 public void setHostInterface(final HostInterface hostInterface) {
107 mHostInterface = hostInterface;
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListItemView.java 43 public interface HostInterface {
57 private HostInterface mHostInterface;
80 * @param hostInterface host interface to this view.
85 public void bind(final Cursor cursor, final HostInterface hostInterface,
88 mHostInterface = hostInterface;
101 * @param hostInterface host interface to this view.
108 final CharSequence styledDestination, final HostInterface hostInterface,
111 mHostInterface = hostInterface;
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
ListsFragment.java 75 public interface HostInterface {
SearchFragment.java 77 private HostInterface mActivity;
81 public interface HostInterface {
114 mActivity = (HostInterface) getActivity();
SpeedDialFragment.java 91 public interface HostInterface {
305 ((HostInterface) activity).setDragDropController(mListView.getDragDropController());
308 + " must implement OnDragDropListener and HostInterface");
491 ((HostInterface) activity).showAllContactsTab();
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 147 public interface HostInterface {
495 ((HostInterface) activity).showDialpad();
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 141 public interface HostInterface {
392 return ((HostInterface) getActivity()).onDialpadSpacerTouchWithEmptyQuery();
    [all...]

Completed in 476 milliseconds