/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ShareIntentFragment.java | 46 ShareIntentAdapter.HostInterface { 49 public interface HostInterface { interface in ShareIntentFragment 58 private HostInterface mHost; 128 if (activity instanceof HostInterface) { in onAttach() 129 mHost = (HostInterface) activity; in onAttach()
|
D | ConversationListAdapter.java | 27 import com.android.messaging.ui.conversationlist.ConversationListItemView.HostInterface; 35 private final ConversationListItemView.HostInterface mClivHostInterface; 38 final ConversationListItemView.HostInterface clivHostInterface) { in ConversationListAdapter()
|
D | ShareIntentAdapter.java | 42 public interface HostInterface { interface in ShareIntentAdapter 46 private final HostInterface mHostInterface; 49 final HostInterface hostInterface) { in ShareIntentAdapter()
|
D | ConversationListItemView.java | 78 public interface HostInterface { interface in ConversationListItemView 133 private HostInterface mHostInterface; 363 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind()
|
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/ |
D | AttachmentGridItemView.java | 37 public interface HostInterface { interface in AttachmentGridItemView 47 private HostInterface mHostInterface; 92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind() 103 HostInterface testGetHostInterface() { in testGetHostInterface()
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
D | ContactListItemView.java | 43 public interface HostInterface { interface in ContactListItemView 57 private HostInterface mHostInterface; 85 public void bind(final Cursor cursor, final HostInterface hostInterface, in bind() 108 final CharSequence styledDestination, final HostInterface hostInterface, in bind()
|
D | ContactDropdownLayouter.java | 44 private final ContactListItemView.HostInterface mClivHostInterface; 47 final ContactListItemView.HostInterface clivHostInterface) { in ContactDropdownLayouter() 49 mClivHostInterface = new ContactListItemView.HostInterface() { in ContactDropdownLayouter()
|
D | AllContactsListViewHolder.java | 22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface; 28 public AllContactsListViewHolder(final Context context, final HostInterface clivHostInterface) { in AllContactsListViewHolder()
|
D | FrequentContactsListViewHolder.java | 22 import com.android.messaging.ui.contact.ContactListItemView.HostInterface; 29 final HostInterface clivHostInterface) { in FrequentContactsListViewHolder()
|
D | ContactListAdapter.java | 31 private final ContactListItemView.HostInterface mClivHostInterface; 36 final ContactListItemView.HostInterface clivHostInterface, in ContactListAdapter()
|
D | ContactRecipientPhotoManager.java | 44 private final ContactListItemView.HostInterface mClivHostInterface; 47 final ContactListItemView.HostInterface clivHostInterface) { in ContactRecipientPhotoManager()
|
D | ContactRecipientAdapter.java | 75 final ContactListItemView.HostInterface clivHost) { in ContactRecipientAdapter() 80 final int queryMode, final ContactListItemView.HostInterface clivHost) { in ContactRecipientAdapter()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridAdapter.java | 27 import com.android.messaging.ui.mediapicker.GalleryGridItemView.HostInterface; 34 private GalleryGridItemView.HostInterface mGgivHostInterface; 40 public void setHostInterface(final HostInterface ggivHostInterface) { in setHostInterface()
|
D | GalleryGridItemView.java | 46 public interface HostInterface { interface in GalleryGridItemView 56 private HostInterface mHostInterface; 117 public void bind(final Cursor cursor, final HostInterface hostInterface) { in bind()
|
D | AudioRecordView.java | 59 public interface HostInterface extends DraftMessageSubscriptionDataProvider { interface in AudioRecordView 98 private HostInterface mHostInterface; 106 public void setHostInterface(final HostInterface hostInterface) { in setHostInterface()
|
D | AudioMediaChooser.java | 33 AudioRecordView.HostInterface {
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | SimSelectorItemView.java | 33 public interface HostInterface { interface in SimSelectorItemView 41 private HostInterface mHost; 66 public void setHostInterface(final HostInterface host) { in setHostInterface()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/ |
D | PeopleOptionsItemView.java | 40 public interface HostInterface { interface in PeopleOptionsItemView 48 private HostInterface mHostInterface; 69 final HostInterface hostInterface) { in bind()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | OldSpeedDialFragment.java | 146 FragmentUtils.getParentUnsafe(this, HostInterface.class).getDragShadowOverlay()); in onCreateView() 200 FragmentUtils.getParentUnsafe(this, HostInterface.class) in onStart() 360 FragmentUtils.getParentUnsafe(this, HostInterface.class).showAllContactsTab(); in onEmptyViewActionButtonClicked() 394 FragmentUtils.getParentUnsafe(fragment, HostInterface.class) in onLoadFinished() 447 public interface HostInterface { interface in OldSpeedDialFragment
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogFragment.java | 591 FragmentUtils.getParentUnsafe(this, HostInterface.class).showDialpad(); in onEmptyViewActionButtonClicked() 634 if (getActivity() != null && FragmentUtils.getParent(this, HostInterface.class) != null) { in onVisible() 635 FragmentUtils.getParentUnsafe(this, HostInterface.class) in onVisible() 658 HostInterface hostInterface = FragmentUtils.getParent(this, HostInterface.class); in onShowModalAlert() 731 public interface HostInterface { interface in CallLogFragment
|
/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
D | SpeedDialAdapter.java | 35 import com.android.dialer.speeddial.SpeedDialFragment.HostInterface; 81 private final HostInterface hostInterface; 97 HostInterface hostInterface) { in SpeedDialAdapter()
|
D | SpeedDialFragment.java | 164 FragmentUtils.getParentUnsafe(this, HostInterface.class)); in onCreateView() 284 FragmentUtils.getParentUnsafe(this, HostInterface.class) in onSpeedDialUiItemListLoaded() 658 public interface HostInterface { interface in SpeedDialFragment
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | WidgetPickConversationActivity.java | 32 ShareIntentFragment.HostInterface {
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/ |
D | AudioRecordViewTest.java | 35 @Mock AudioRecordView.HostInterface mockHost;
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | OldMainActivityPeer.java | 812 private static final class MainDialpadFragmentHost implements DialpadFragment.HostInterface { 847 private static final class MainCallLogHost implements CallLogFragment.HostInterface { 1174 implements OldSpeedDialFragment.HostInterface, OnDragDropListener { 1261 private static final class MainSpeedDialFragmentHost implements SpeedDialFragment.HostInterface {
|