Searched refs:hostInterface (Results 1 – 9 of 9) sorted by relevance
85 public void bind(final Cursor cursor, final HostInterface hostInterface, in bind() argument88 mHostInterface = hostInterface; in bind()108 final CharSequence styledDestination, final HostInterface hostInterface, in bind() argument111 mHostInterface = hostInterface; in bind()
610 HostInterface hostInterface = (HostInterface) getActivity(); in onShowModalAlert() local614 if (hostInterface != null && getUserVisibleHint()) { in onShowModalAlert()615 hostInterface.enableFloatingButton(false); in onShowModalAlert()620 if (hostInterface != null && getUserVisibleHint()) { in onShowModalAlert()621 hostInterface.enableFloatingButton(true); in onShowModalAlert()
69 final HostInterface hostInterface) { in bind() argument72 mHostInterface = hostInterface; in bind()
92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind() argument94 mHostInterface = hostInterface; in bind()
49 final HostInterface hostInterface) { in ShareIntentAdapter() argument51 mHostInterface = hostInterface; in ShareIntentAdapter()
363 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind() argument365 mHostInterface = hostInterface; in bind()
117 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind() argument121 mHostInterface = hostInterface; in bind()
106 public void setHostInterface(final HostInterface hostInterface) { in setHostInterface() argument107 mHostInterface = hostInterface; in setHostInterface()
77 public void setHostInterface(final GalleryGridViewListener hostInterface) { in setHostInterface() argument78 mListener = hostInterface; in setHostInterface()