Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/viewmodels/
DPerformanceTestingViewModel.kt78 scheduleTaskAtFixedRate(numberOfBatches, numberOfMinutes) { in insertRecordsForPerformanceTestingOverASpanOfTime()
184 scheduleTaskAtFixedRate(numberOfBatches, numberOfMinutes) { in readRecordsForPerformanceTestingOverASpanOfTime()
208 private fun scheduleTaskAtFixedRate( in scheduleTaskAtFixedRate() method