Home
last modified time | relevance | path

Searched refs:ShortcutRepository (Results 1 – 10 of 10) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
DClearShortcutsController.java18 import com.android.quicksearchbox.ShortcutRepository;
36 private final ShortcutRepository mShortcuts;
42 public ClearShortcutsController(ShortcutRepository shortcuts) { in ClearShortcutsController()
DPreferenceControllerFactory.java21 import com.android.quicksearchbox.ShortcutRepository;
54 ShortcutRepository shortcuts = QsbApplication.get(getContext()).getShortcutRepository(); in handlePreference()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutCursor.java44 private final ShortcutRepository mShortcutRepo;
48 ShortcutRefresher refresher, ShortcutRepository repository) { in ShortcutCursor()
59 ShortcutRefresher refresher, ShortcutRepository repository) { in ShortcutCursor()
69 Handler uiThread, ShortcutRefresher refresher, ShortcutRepository repository) { in ShortcutCursor()
DDefaultCorpusRanker.java41 private final ShortcutRepository mShortcuts;
54 public DefaultCorpusRanker(Corpora corpora, ShortcutRepository shortcuts) { in DefaultCorpusRanker()
DShortcutRepository.java28 public interface ShortcutRepository { interface
DQsbApplication.java58 private ShortcutRepository mShortcutRepository;
272 public ShortcutRepository getShortcutRepository() {
280 protected ShortcutRepository createShortcutRepository() {
DShortcutsProvider.java199 private ShortcutRepository getShortcutRepository() { in getShortcutRepository()
DSearchActivity.java302 private ShortcutRepository getShortcutRepository() { in getShortcutRepository()
641 ShortcutRepository shortcutRepo = getShortcutRepository(); in getShortcutsForQuery()
DShortcutRepositoryImplLog.java56 public class ShortcutRepositoryImplLog implements ShortcutRepository {
87 public static ShortcutRepository create(Context context, Config config, in create()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockShortcutRepository.java28 public class MockShortcutRepository implements ShortcutRepository {