ShortcutLimitingPromoterTest.java | 55 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 0, 0); 61 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 1, 1); 67 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 2, 2); 73 SuggestionCursor promoted = promote(cursor(mS11, mS12, mS21, mS22), 3, 3); 79 SuggestionCursor promoted = promote(cursor(mS11, mS12), 0, 0); 85 SuggestionCursor promoted = promote(cursor(mS11, mS12), 1, 1); 91 SuggestionCursor promoted = promote(cursor(mS11, mS12), 2, 2); 97 SuggestionCursor promoted = promote(cursor(), 2, 2); 103 SuggestionCursor promoted = promote(cursor(mS11, mS12, mWeb1, mWeb2), 0, 2); 109 SuggestionCursor promoted = promote(cursor(mS11, mS12, mWeb1, mWeb2), 2, 2) 114 private SuggestionCursor promote(SuggestionCursor shortcuts, int maxShortcutsPerWebSource, method in class:ShortcutLimitingPromoterTest [all...] |