Searched refs:BookmarkPicker (Results 1 – 2 of 2) sorted by relevance
200 Intent intent = new Intent(getActivity(), BookmarkPicker.class); in onPreferenceTreeClick()201 intent.putExtra(BookmarkPicker.EXTRA_SHORTCUT, pref.getShortcut()); in onPreferenceTreeClick()230 char shortcut = data.getCharExtra(BookmarkPicker.EXTRA_SHORTCUT, (char) 0); in onActivityResult()
50 public class BookmarkPicker extends ListActivity implements SimpleAdapter.ViewBinder { class153 synchronized (BookmarkPicker.this) { in updateListAndAdapter()