Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFlags.java38 default long getMaxSchedulingIntervalSecsForFederatedComputation() { in getMaxSchedulingIntervalSecsForFederatedComputation() method
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/scheduling/
DSchedulingUtil.java155 SECONDS.toMillis(flags.getMaxSchedulingIntervalSecsForFederatedComputation()); in sanitizeMinimumLatencyMillis()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/
DFederatedComputeJobManagerTest.java118 when(mMockFlags.getMaxSchedulingIntervalSecsForFederatedComputation()) in setUp()
333 when(mMockFlags.getMaxSchedulingIntervalSecsForFederatedComputation()).thenReturn(20L); in testOnTrainerStartCalled_multipleTimes_sameParamsFLWithIntervalDifferentMax()
369 when(mMockFlags.getMaxSchedulingIntervalSecsForFederatedComputation()) in testOnTrainerStartCalled_multipleTimes_sameParamsFLWithIntervalDifferentMax()