Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java179 SystemClock.sleep(getCounterPollingInterval()); in run()
459 public long getCounterPollingInterval() { in getCounterPollingInterval() method in Microbenchmark
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java337 doReturn(10L).when(runner).getCounterPollingInterval(); in testAlignWithBatteryChargeCounter()
365 doReturn(10L).when(runner).getCounterPollingInterval(); in testAlignWithBatteryChargeCounter_timesOut()