HomeSort by relevance Sort by last modified time
    Searched refs:setIntentAction (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 125 .setIntentAction("view")
130 .setIntentAction("view")
136 .setIntentAction(Intent.ACTION_WEB_SEARCH)
145 .setIntentAction("view")
153 .setIntentAction("view")
176 .setIntentAction("view")
180 .setIntentAction("view")
193 .setIntentAction("view")
197 .setIntentAction("view")
208 .setIntentAction("action"
    [all...]
MockSource.java 46 .setIntentAction(Intent.ACTION_WEB_SEARCH)
150 .setIntentAction(Intent.ACTION_VIEW)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutsProvider.java 184 suggestion.setIntentAction(intentAction);
SuggestionData.java 167 public SuggestionData setIntentAction(String intentAction) {

Completed in 504 milliseconds