Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DSearchSpec.java114 RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP,
132 public static final int RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP = 5; field in SearchSpec
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DSearchSpecToProtoConverter.java105 case SearchSpec.RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP: in toProtoRankingStrategy()
/aosp12/frameworks/base/apex/appsearch/framework/api/
H A Dcurrent.txt358 field public static final int RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP = 5; // 0x5
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java1957 .RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP) in testReportUsage()