Home
last modified time | relevance | path

Searched defs:shortcuts (Results 1 – 21 of 21) sorted by relevance

/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DSourceShortcutRefresherTest.java73 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); in testRefreshNull() local
84 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); in testRefreshEmpty() local
95 ListSuggestionCursor shortcuts = new ListSuggestionCursor(mQuery, shortcut1); in testRefreshSuccess() local
DBlendingPromoterTest.java118 SuggestionCursor shortcuts = cursor(mS11, mS12, mS21, mS22, mWeb1, mWeb2); in maxPromotedTest() local
126 private SuggestionCursor limit(SuggestionCursor shortcuts, int maxShortcutsPerWebSource, in limit()
133 private ListSuggestionCursorNoDuplicates promote(Config config, SuggestionCursor shortcuts, in promote()
DResultPromoterTest.java89 private ListSuggestionCursor promoteShortcuts(SuggestionCursor shortcuts) { in promoteShortcuts()
DRankAwarePromoterTest.java114 SuggestionCursor shortcuts = mShortcuts. in testPromotesRightNumberOfSuggestions() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DWebPromoter.java36 SuggestionCursor shortcuts = suggestions.getShortcuts(); in pickPromoted() local
DShortcutPromoter.java40 void promoteShortcuts(SuggestionCursor shortcuts, int maxPromoted, in promoteShortcuts()
DSingleCorpusPromoter.java44 SuggestionCursor shortcuts = suggestions.getShortcuts(); in pickPromoted() local
DDefaultCorpusRanker.java54 public DefaultCorpusRanker(Corpora corpora, ShortcutRepository shortcuts) { in DefaultCorpusRanker()
DShortcutCursor.java47 private ShortcutCursor(String query, SuggestionCursor shortcuts, Handler uiThread, in ShortcutCursor()
DSuggestions.java138 public void setShortcuts(ShortcutCursor shortcuts) { in setShortcuts()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
DClearShortcutsController.java42 public ClearShortcutsController(ShortcutRepository shortcuts) { in ClearShortcutsController()
DPreferenceControllerFactory.java54 ShortcutRepository shortcuts = QsbApplication.get(getContext()).getShortcutRepository(); in handlePreference() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOTests.java165 final ArrayList<WeightedString> shortcuts = CollectionUtils.newArrayList(); in addUnigrams() local
275 final SparseArray<List<Integer>> bigrams, final Map<String, List<String>> shortcuts, in runReadAndWrite()
288 addUnigrams(words.size(), dict, words, shortcuts); in runReadAndWrite() local
DBinaryDictIOUtilsTests.java177 final ArrayList<WeightedString> shortcuts) { in insertAndCheckWord()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java128 ArrayList<WeightedString> shortcuts = new ArrayList<WeightedString>(); in readDictionaryCombined() local
DXmlDictInputOutput.java83 public UnigramHandler(final HashMap<String, ArrayList<WeightedString>> shortcuts) { in UnigramHandler()
306 final InputStream shortcuts, final InputStream bigrams) in readDictionaryXml()
DDictionaryMaker.java330 final FileInputStream shortcuts = null == shortcutXmlFilename ? null : in readXmlFile() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeSwitcher.java132 final Map<InputMethodInfo, List<InputMethodSubtype>> shortcuts = in updateShortcutIME() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DBinaryDictIOUtils.java722 final ArrayList<WeightedString> shortcuts, final boolean isNotAWord, in insertWord()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java154 public void bindItems(ArrayList<ItemInfo> shortcuts, int start, int end); in bindItems()
DLauncher.java3406 public void bindItems(final ArrayList<ItemInfo> shortcuts, final int start, final int end) { in bindItems()