Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/data/
DFederatedTrainingTaskDaoTest.java76 .setTotalParticipation(2)
293 .setTotalParticipation(3) in updateTaskHistory_success()
312 .setTotalParticipation(3) in deleteExpiredTaskHistory_success()
321 .setTotalParticipation(3) in deleteExpiredTaskHistory_success()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/
DDeleteExpiredJobServiceTest.java183 .setTotalParticipation(3) in deletedExpiredTaskHistory_success()
192 .setTotalParticipation(3) in deletedExpiredTaskHistory_success()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/data/
DTaskHistory.java223 public @NonNull Builder setTotalParticipation(@NonNull long value) { in setTotalParticipation() method in TaskHistory.Builder
DFederatedTrainingTaskDao.java389 .setTotalParticipation(totalParticipation) in getTaskHistory()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/scheduling/
DFederatedComputeJobManager.java405 .setTotalParticipation( in recordSuccessContribution()