Searched refs:HostInterface (Results 1 – 5 of 5) sorted by relevance
55 private HostInterface mActivity;57 public interface HostInterface { interface in SearchFragment89 mActivity = (HostInterface) getActivity(); in onStart()
70 public interface HostInterface { interface in ListsFragment129 ((HostInterface) getActivity()).getActionBarController();410 ((HostInterface) getActivity()).getActionBarController().getActionBarHeight()); in setupPaneLayout()
81 public interface HostInterface { interface in SpeedDialFragment267 ((HostInterface) activity).setDragDropController(mListView.getDragDropController()); in onStart()
102 ListsFragment.HostInterface,103 SpeedDialFragment.HostInterface,104 SearchFragment.HostInterface,
49 import com.android.dialer.list.ListsFragment.HostInterface;538 ((HostInterface) getActivity()).showCallHistory(); in maybeAddFooterView()