Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchSpec.java71 private static final int MAX_NUM_PER_PAGE = 10_000; field in SearchSpec
437 @IntRange(from = 0, to = MAX_NUM_PER_PAGE) int resultCountPerPage) { in setResultCountPerPage()
439 resultCountPerPage, 0, MAX_NUM_PER_PAGE, "resultCountPerPage"); in setResultCountPerPage()