Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/common/
DFlags.java219 long DEFAULT_TASK_HISTORY_TTL_MILLIS = 7 * 24 * 60 * 60 * 1000L; field
222 return DEFAULT_TASK_HISTORY_TTL_MILLIS; in getTaskHistoryTtl()
DPhFlags.java265 /* defaultValue= */ DEFAULT_TASK_HISTORY_TTL_MILLIS); in getTaskHistoryTtl()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/scheduling/
DDeleteExpiredJobTest.java27 import static com.android.federatedcompute.services.common.Flags.DEFAULT_TASK_HISTORY_TTL_MILLIS;
108 when(mMockFlags.getTaskHistoryTtl()).thenReturn(DEFAULT_TASK_HISTORY_TTL_MILLIS); in testGetExecutionFuture()
110 long currentTime = DEFAULT_TASK_HISTORY_TTL_MILLIS + deleteTime; in testGetExecutionFuture()