Searched refs:ShortcutRepository (Results 1 – 10 of 10) sorted by relevance
18 import com.android.quicksearchbox.ShortcutRepository;36 private final ShortcutRepository mShortcuts;42 public ClearShortcutsController(ShortcutRepository shortcuts) { in ClearShortcutsController()
21 import com.android.quicksearchbox.ShortcutRepository;54 ShortcutRepository shortcuts = QsbApplication.get(getContext()).getShortcutRepository(); in handlePreference()
44 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()
41 private final ShortcutRepository mShortcuts;54 public DefaultCorpusRanker(Corpora corpora, ShortcutRepository shortcuts) { in DefaultCorpusRanker()
28 public interface ShortcutRepository { interface
58 private ShortcutRepository mShortcutRepository;272 public ShortcutRepository getShortcutRepository() {280 protected ShortcutRepository createShortcutRepository() {
199 private ShortcutRepository getShortcutRepository() { in getShortcutRepository()
302 private ShortcutRepository getShortcutRepository() { in getShortcutRepository()641 ShortcutRepository shortcutRepo = getShortcutRepository(); in getShortcutsForQuery()
56 public class ShortcutRepositoryImplLog implements ShortcutRepository {87 public static ShortcutRepository create(Context context, Config config, in create()
28 public class MockShortcutRepository implements ShortcutRepository {