Searched refs:NUM_PER_PAGE_FIELD (Results 1 – 2 of 2) sorted by relevance
56 static final String NUM_PER_PAGE_FIELD = "numPerPage"; field in SearchSpec245 return mBundle.getInt(NUM_PER_PAGE_FIELD, DEFAULT_NUM_PER_PAGE); in getResultCountPerPage()653 bundle.putInt(NUM_PER_PAGE_FIELD, mResultCountPerPage); in build()
55 assertThat(bundle.getInt(SearchSpec.NUM_PER_PAGE_FIELD)).isEqualTo(42); in testGetBundle()