Home
last modified time | relevance | path

Searched refs:OnActionListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintErrorFragment.java42 public interface OnActionListener { interface in PrintErrorFragment
90 if (activity instanceof OnActionListener) { in onViewCreated()
91 ((OnActionListener) getActivity()).onActionPerformed(); in onViewCreated()
DPrintActivity.java126 PrintErrorFragment.OnActionListener, PageAdapter.ContentCallbacks,