Searched refs:EXTRA_ELIGIBILITY_MIN_EXAMPLE (Results 1 – 5 of 5) sorted by relevance
37 public static final String EXTRA_ELIGIBILITY_MIN_EXAMPLE = field in ClientConstants
148 input.putInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE, 4); in testStartQuery_lessThanMinExample_failure()182 input.putInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE, 2); in testStartQuery_moreThanMinExample_failure()
79 bundle.putInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE, minExample); in getExampleIterator()
120 params.getInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE); in startQuery()
430 int minExample = params.getInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE); in startQuery()