HomeSort by relevance Sort by last modified time
    Searched refs:shortcutCount (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutPromoter.java 42 int shortcutCount = shortcuts == null ? 0 : shortcuts.getCount();
43 if (shortcutCount == 0) return;
44 HashMultiset<Source> sourceShortcutCounts = HashMultiset.create(shortcutCount);
45 for (int i = 0; i < shortcutCount && promoted.getCount() < maxPromoted; i++) {
WebPromoter.java 37 int shortcutCount = shortcuts == null ? 0 : shortcuts.getCount();
38 if (DBG) Log.d(TAG, "Shortcut count: " + shortcutCount);
40 for (int i = 0; i < shortcutCount && promoted.getCount() < maxShortcutCount; i++) {

Completed in 651 milliseconds