Searched refs:mPromotableSources (Results 1 – 3 of 3) sorted by relevance
139 mSources, sources.mPromotableSources, sources.mUnpromotableSources, in createSession()220 for (; nextRanked < numRanked && sources.mPromotableSources.size() < numPromoted; in orderSources()252 if (DBG) Log.d(TAG, "Promotable sources: " + sources.mPromotableSources); in orderSources()259 public final ArrayList<SuggestionSource> mPromotableSources; field in SessionManager.Sources262 mPromotableSources = new ArrayList<SuggestionSource>(); in Sources()269 mPromotableSources.add(source); in add()
63 private final ArrayList<SuggestionSource> mPromotableSources; field in SuggestionSession152 mPromotableSources = promotableSources; in SuggestionSession()238 filterSourcesForQuery(query, mPromotableSources); in fireStuffOff()
84 sources1.mPromotableSources, in testOrderSources_onlyIncludeEnabled()95 sources2.mPromotableSources, in testOrderSources_onlyIncludeEnabled()109 sources.mPromotableSources, in testOrderSources_webAlwaysFirst()127 sources.mPromotableSources, in testOrderSources_unRankedAfterPromoted()