Home
last modified time | relevance | path

Searched refs:HostInterface (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DSearchFragment.java55 private HostInterface mActivity;
57 public interface HostInterface { interface in SearchFragment
89 mActivity = (HostInterface) getActivity(); in onStart()
DListsFragment.java70 public interface HostInterface { interface in ListsFragment
129 ((HostInterface) getActivity()).getActionBarController();
410 ((HostInterface) getActivity()).getActionBarController().getActionBarHeight()); in setupPaneLayout()
DSpeedDialFragment.java81 public interface HostInterface { interface in SpeedDialFragment
267 ((HostInterface) activity).setDragDropController(mListView.getDragDropController()); in onStart()
/packages/apps/Dialer/src/com/android/dialer/
DDialtactsActivity.java102 ListsFragment.HostInterface,
103 SpeedDialFragment.HostInterface,
104 SearchFragment.HostInterface,
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java49 import com.android.dialer.list.ListsFragment.HostInterface;
538 ((HostInterface) getActivity()).showCallHistory(); in maybeAddFooterView()