Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java161 private static final int MAX_NUM_PER_PAGE = 10_000; field in SearchSpec
990 @IntRange(from = 0, to = MAX_NUM_PER_PAGE) int resultCountPerPage) { in setResultCountPerPage()
992 resultCountPerPage, 0, MAX_NUM_PER_PAGE, "resultCountPerPage"); in setResultCountPerPage()