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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.h 23 enum HostInterface {
40 HostInterface interface() const { return interface_; }
53 HostInterface interface_;
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 55 private HostInterface mActivity;
57 public interface HostInterface {
89 mActivity = (HostInterface) getActivity();
ListsFragment.java 70 public interface HostInterface {
129 ((HostInterface) getActivity()).getActionBarController();
410 ((HostInterface) getActivity()).getActionBarController().getActionBarHeight());
SpeedDialFragment.java 81 public interface HostInterface {
267 ((HostInterface) activity).setDragDropController(mListView.getDragDropController());
270 + " must implement OnDragDropListener and HostInterface");
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java 49 import com.android.dialer.list.ListsFragment.HostInterface;
538 ((HostInterface) getActivity()).showCallHistory();
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 102 ListsFragment.HostInterface,
103 SpeedDialFragment.HostInterface,
104 SearchFragment.HostInterface,
    [all...]

Completed in 109 milliseconds