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

/frameworks/base/core/java/android/app/
H A DSearchDialog.java77 public class SearchDialog extends Dialog implements OnItemClickListener, OnItemSelectedListener { class in inherits:Dialog,OnItemClickListener,OnItemSelectedListener
81 private static final String LOG_TAG = "SearchDialog";
126 // The query passed in when opening the SearchDialog. Used in the browser
152 public SearchDialog(Context context, SearchManager searchManager) { method in class:SearchDialog
1310 private SearchDialog mSearchDialog;
1320 public void setSearchDialog(SearchDialog searchDialog) {

Completed in 6 milliseconds