Home
last modified time | relevance | path

Searched refs:RANKING_STRATEGY_RELEVANCE_SCORE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java207 RANKING_STRATEGY_RELEVANCE_SCORE,
228 public static final int RANKING_STRATEGY_RELEVANCE_SCORE = 3; field in SearchSpec
1761 && mRankingStrategy != RANKING_STRATEGY_RELEVANCE_SCORE in build()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverterTest.java21 import static android.app.appsearch.SearchSpec.RANKING_STRATEGY_RELEVANCE_SCORE;
301 .setRankingStrategy(RANKING_STRATEGY_RELEVANCE_SCORE) in testToScoringSpecProto()
821 .setRankingStrategy(RANKING_STRATEGY_RELEVANCE_SCORE) in testToResultSpecProto_weight_withJoinSpec_packageFilter()
834 .setRankingStrategy(RANKING_STRATEGY_RELEVANCE_SCORE) in testToResultSpecProto_weight_withJoinSpec_packageFilter()
1775 .setRankingStrategy(SearchSpec.RANKING_STRATEGY_RELEVANCE_SCORE) in testConvertPropertyWeights()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverter.java562 case SearchSpec.RANKING_STRATEGY_RELEVANCE_SCORE: in toProtoRankingStrategy()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt556 field public static final int RANKING_STRATEGY_RELEVANCE_SCORE = 3; // 0x3