Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchSpec.java67 public static final int DEFAULT_NUM_PER_PAGE = 10; field in SearchSpec
245 return mBundle.getInt(NUM_PER_PAGE_FIELD, DEFAULT_NUM_PER_PAGE); in getResultCountPerPage()
319 private int mResultCountPerPage = DEFAULT_NUM_PER_PAGE;