Searched refs:RANKING_STRATEGY_FIELD (Results 1 – 2 of 2) sorted by relevance
57 static final String RANKING_STRATEGY_FIELD = "rankingStrategy"; field in SearchSpec250 return mBundle.getInt(RANKING_STRATEGY_FIELD); in getRankingStrategy()658 bundle.putInt(RANKING_STRATEGY_FIELD, mRankingStrategy); in build()
57 assertThat(bundle.getInt(SearchSpec.RANKING_STRATEGY_FIELD)) in testGetBundle()