Searched refs:CorpusSelectionDialog (Results 1 - 3 of 3) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSearchActivityViewSinglePane.java20 import com.android.quicksearchbox.CorpusSelectionDialog;
35 private CorpusSelectionDialog mCorpusSelectionDialog;
134 implements CorpusSelectionDialog.OnCorpusSelectedListener {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCorpusSelectionDialog.java39 public class CorpusSelectionDialog extends Dialog { class in inherits:Dialog
56 public CorpusSelectionDialog(Context context, SearchSettings settings) { method in class:CorpusSelectionDialog
H A DSearchActivity.java399 public CorpusSelectionDialog getCorpusSelectionDialog() {
400 CorpusSelectionDialog dialog = createCorpusSelectionDialog();
406 protected CorpusSelectionDialog createCorpusSelectionDialog() {
407 return new CorpusSelectionDialog(this, getSettings());

Completed in 6 milliseconds