Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java209 RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP,
234 public static final int RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP = 5; field in SearchSpec
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSearchSpecToProtoConverter.java566 case SearchSpec.RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP: in toProtoRankingStrategy()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt560 field public static final int RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP = 5; // 0x5
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java2888 .RANKING_STRATEGY_USAGE_LAST_USED_TIMESTAMP) in testReportUsage()