Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DFlags.java192 int DOWNLOAD_FLOW_DEADLINE_SECONDS = 30; field
195 return DOWNLOAD_FLOW_DEADLINE_SECONDS; in getDownloadFlowDeadlineSeconds()
DPhFlags.java247 /* defaultValue= */ DOWNLOAD_FLOW_DEADLINE_SECONDS); in getDownloadFlowDeadlineSeconds()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/
DPhFlagsTest.java33 import static com.android.ondevicepersonalization.services.Flags.DOWNLOAD_FLOW_DEADLINE_SECONDS;
289 .isEqualTo(DOWNLOAD_FLOW_DEADLINE_SECONDS); in testDownloadFlowDeadlineSeconds()
305 String.valueOf(DOWNLOAD_FLOW_DEADLINE_SECONDS), in testDownloadFlowDeadlineSeconds()