Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DShortcutRepositoryTest.java127 .setShortcutId("j-blow"); in setUp()
132 .setShortcutId("mo-jo"); in setUp()
147 .setShortcutId("shorcut_" + name); in makeApp()
155 .setShortcutId("shorcut_" + name); in makeContact()
227 .setShortcutId("idofshortcut") in testFullPackingUnpacking()
242 .setShortcutId("idofshortcut") in testSpinnerWhileRefreshing()
254 .setShortcutId("idofshortcut") in testSpinnerWhileRefreshing()
487 .setShortcutId("app1_id"); in testRefreshShortcut()
495 .setShortcutId("app1_id"); in testRefreshShortcut()
510 .setShortcutId("app1_id"); in testRefreshShortcutChangedIntent()
[all …]
DSourceShortcutRefresherTest.java72 .setShortcutId("null_refresh"); in testRefreshNull()
83 .setShortcutId("empty_refresh"); in testRefreshEmpty()
94 .setShortcutId("success"); in testRefreshSuccess()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutsProvider.java182 suggestion.setShortcutId(shortcutId); in makeSuggestion()
DSuggestionData.java191 public SuggestionData setShortcutId(String shortcutId) { in setShortcutId() method in SuggestionData