Searched defs:WebDialogFragment (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/dialog/
H A DWebDialogFragment.java34 public class WebDialogFragment extends SafeDismissDialogFragment { class in inherits:SafeDismissDialogFragment
35 private static final String TAG = "WebDialogFragment";
43 * Create a new WebDialogFragment to show a particular web page.
48 public static WebDialogFragment newInstance(String url, @Nullable String title,
50 WebDialogFragment f = new WebDialogFragment();

Completed in 40 milliseconds