Home
last modified time | relevance | path

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

/work/work-gcm/src/androidTest/java/androidx/work/impl/background/gcm/
DGcmTaskConverterTest.kt59 val expected = request.workSpec.calculateNextRunTime() in testOneTimeRequest_noInitialDelay() constant
88 val expected = request.workSpec.calculateNextRunTime() in testOneTimeRequest_noInitialDelay_withConstraintNetworkConnected() constant
114 val expected = request.workSpec.calculateNextRunTime() in testOneTimeRequest_noInitialDelay_withConstraintNetworkUnMetered() constant
141 val expected = request.workSpec.calculateNextRunTime() in testOneTimeRequest_hasInitialDelay() constant
165 val expected = workSpec.calculateNextRunTime() in testOneTimeWorkRequest_backedOff() constant
189 val expected = request.workSpec.calculateNextRunTime() in testPeriodicWorkRequest_firstRun() constant
236 val expected = TimeUnit.MINUTES.toSeconds(15L) in testPeriodicWorkRequest_withFlex_nextRun() constant
/work/work-runtime/src/test/java/androidx/work/
DArrayCreatingInputMergerTest.java110 Data expected = new Data.Builder().putStringArray("a", new String[]{null, null}).build(); in testMerge_nulls() local
/work/work-runtime/src/androidTest/java/androidx/work/
DWorkDatabaseMigrationTest.java419 long expected = expectedValues[i]; in testMigrationVersion9To10() local
452 long expected = expectedValues[i]; in testMigrationVersion10To11() local
/work/work-runtime/src/androidTest/java/androidx/work/impl/
DProcessorTests.kt186 val expected = createStartForegroundIntent(context, id, foregroundInfo) in <lambda>() constant