Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/common/
DClientConstants.java37 public static final String EXTRA_ELIGIBILITY_MIN_EXAMPLE = field in ClientConstants
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreServiceTests.java148 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()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java79 bundle.putInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE, minExample); in getExampleIterator()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java120 params.getInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE); in startQuery()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DEligibilityDeciderTest.java430 int minExample = params.getInt(ClientConstants.EXTRA_ELIGIBILITY_MIN_EXAMPLE); in startQuery()