HomeSort by relevance Sort by last modified time
    Searched refs:HostInterface (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
AllContactsListViewHolder.java 22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
28 public AllContactsListViewHolder(final Context context, final HostInterface clivHostInterface) {
FrequentContactsListViewHolder.java 22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface;
29 final HostInterface clivHostInterface) {
ContactListAdapter.java 31 private final ContactListItemView.HostInterface mClivHostInterface;
36 final ContactListItemView.HostInterface clivHostInterface,
ContactDropdownLayouter.java 44 private final ContactListItemView.HostInterface mClivHostInterface;
47 final ContactListItemView.HostInterface clivHostInterface) {
49 mClivHostInterface = new ContactListItemView.HostInterface() {
ContactRecipientPhotoManager.java 44 private final ContactListItemView.HostInterface mClivHostInterface;
47 final ContactListItemView.HostInterface clivHostInterface) {
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/conversationlist/
ConversationListAdapter.java 27 import com.android.messaging.ui.conversationlist.ConversationListItemView.HostInterface;
35 private final ConversationListItemView.HostInterface mClivHostInterface;
38 final ConversationListItemView.HostInterface clivHostInterface) {
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
ShareIntentAdapter.java 42 public interface HostInterface {
46 private final HostInterface mHostInterface;
49 final HostInterface hostInterface) {
51 mHostInterface = hostInterface;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
GalleryGridAdapter.java 27 import com.android.messaging.ui.mediapicker.GalleryGridItemView.HostInterface;
34 private GalleryGridItemView.HostInterface mGgivHostInterface;
40 public void setHostInterface(final HostInterface ggivHostInterface) {
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;
AudioMediaChooser.java 33 AudioRecordView.HostInterface {
  /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) {
SimSelectorView.java 40 public class SimSelectorView extends FrameLayout implements SimSelectorItemView.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() {
AttachmentGridView.java 39 AttachmentGridItemView.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/Dialer/java/com/android/dialer/app/filterednumber/
BlockedNumbersSettingsActivity.java 28 implements SearchFragment.HostInterface {
  /packages/apps/Messaging/src/com/android/messaging/ui/
WidgetPickConversationActivity.java 32 ShareIntentFragment.HostInterface {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
AudioRecordViewTest.java 35 @Mock AudioRecordView.HostInterface mockHost;
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogFragment.java 556 ((HostInterface) activity).showDialpad();
591 ((HostInterface) getActivity())
610 HostInterface hostInterface = (HostInterface) getActivity();
614 if (hostInterface != null && getUserVisibleHint()) {
615 hostInterface.enableFloatingButton(false);
620 if (hostInterface != null && getUserVisibleHint()) {
621 hostInterface.enableFloatingButton(true);
671 public interface HostInterface {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/list/
OldSpeedDialFragment.java 222 ((HostInterface) activity).setDragDropController(mListView.getDragDropController());
225 activity.toString() + " must implement OnDragDropListener and HostInterface");
418 ((HostInterface) activity).showAllContactsTab();
432 public interface HostInterface {
SearchFragment.java 75 private HostInterface mActivity;
102 mActivity = (HostInterface) getActivity();
412 public interface HostInterface {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactListItemViewTest.java 38 @Mock ContactListItemView.HostInterface mockHost;

Completed in 283 milliseconds

1 2