HomeSort by relevance Sort by last modified time
    Searched refs:hostInterface (Results 1 - 9 of 9) sorted by null

  /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/conversationlist/
ShareIntentAdapter.java 42 public interface HostInterface {
46 private final HostInterface mHostInterface;
49 final HostInterface hostInterface) {
51 mHostInterface = 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/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/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;
GalleryGridView.java 50 GalleryGridItemView.HostInterface,
77 public void setHostInterface(final GalleryGridViewListener hostInterface) {
78 mListener = hostInterface;
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 522 ((HostInterface) activity).showDialpad();
557 ((HostInterface) getActivity())
576 HostInterface hostInterface = (HostInterface) getActivity();
580 if (hostInterface != null && getUserVisibleHint()) {
581 hostInterface.enableFloatingButton(false);
586 if (hostInterface != null && getUserVisibleHint()) {
587 hostInterface.enableFloatingButton(true);
592 public interface HostInterface {
    [all...]

Completed in 324 milliseconds