Lines Matching full:protected
164 protected SearchActivityView setupContentView() {
169 protected SearchActivityView getSearchActivityView() {
174 protected void onNewIntent(Intent intent) {
192 protected void restoreInstanceState(Bundle savedInstanceState) {
199 protected void onSaveInstanceState(Bundle outState) {
233 protected SearchSettings getSettings() {
251 protected void onDestroy() {
261 protected void onStop() {
277 protected void onPause() {
284 protected void onRestart() {
290 protected void onResume() {
319 protected String getQuery() {
323 protected void setQuery(String query, boolean selectAll) {
330 protected boolean onSearchClicked(int method) {
347 protected void startSearch(Source searchSource, String query) {
352 protected void onVoiceSearchClicked() {
365 protected Source getSearchSource() {
369 protected SuggestionCursor getCurrentSuggestions() {
377 protected SuggestionPosition getCurrentSuggestions(SuggestionsAdapter<?> adapter, long id) {
396 protected void launchIntent(Intent intent) {
427 protected void launchSuggestion(SuggestionCursor suggestions, int position) {
433 protected void refineSuggestion(SuggestionsAdapter<?> adapter, long id) {
478 protected void updateSuggestions(String query, Source source) {
489 protected void showSuggestions(Suggestions suggestions) {