Home
last modified time | relevance | path

Searched defs:repeatInterval (Results 1 – 4 of 4) sorted by relevance

/work/work-runtime/src/androidTest/java/androidx/work/
DPeriodicWorkRequestTest.kt52 val repeatInterval = Duration.ofDays(2).plusHours(3) in testPeriodicWorkRequestBuilder_withDuration() constant
79 val repeatInterval = Duration.ofHours(3).plusMinutes(25) in testPeriodicWorkRequestBuilder_withFlexTimeandDuration() constant
DPeriodicWorkTest.java156 Duration repeatInterval = Duration.ofDays(2).plusHours(3); in testBuild_setPeriodic_withDurationParameters() local
/work/work-lint/src/main/java/androidx/work/lint/
DInvalidPeriodicWorkRequestIntervalDetector.kt72 val repeatInterval = in getApplicableConstructorTypes() constant
/work/work-multiprocess/src/main/java/androidx/work/multiprocess/parcelable/
DParcelableWorkInfo.java86 long repeatInterval = parcel.readLong(); in ParcelableWorkInfo() local