Home
last modified time | relevance | path

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

/platform_testing/tests/example/stubtest/src/com/android/test/
DDeviceLongPollingStubTest.java34 private int mConnectionCheckIntervalSec = 60; field in DeviceLongPollingStubTest
38 for (int i = 0; i < mLongPollingDurationSec / mConnectionCheckIntervalSec; i++) { in testDeviceLongPolling()
40 RunUtil.getDefault().sleep(mConnectionCheckIntervalSec * 1000); in testDeviceLongPolling()