Home
last modified time | relevance | path

Searched refs:setIntentAction (Results 1 – 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DShortcutRepositoryTest.java125 .setIntentAction("view") in setUp()
130 .setIntentAction("view") in setUp()
136 .setIntentAction(Intent.ACTION_WEB_SEARCH) in setUp()
145 .setIntentAction("view") in makeApp()
153 .setIntentAction("view") in makeContact()
176 .setIntentAction("view") in testRemoveFromHistory()
180 .setIntentAction("view") in testRemoveFromHistory()
193 .setIntentAction("view") in testRemoveFromHistoryNonExisting()
197 .setIntentAction("view") in testRemoveFromHistoryNonExisting()
208 .setIntentAction("action") in testNoMatch()
[all …]
DMockSource.java46 .setIntentAction(Intent.ACTION_WEB_SEARCH)
150 .setIntentAction(Intent.ACTION_VIEW) in createSuggestion()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutsProvider.java184 suggestion.setIntentAction(intentAction); in makeSuggestion()
DSuggestionData.java167 public SuggestionData setIntentAction(String intentAction) { in setIntentAction() method in SuggestionData