Searched refs:mConnectionCheckIntervalSec (Results 1 – 1 of 1) sorted by relevance
34 private int mConnectionCheckIntervalSec = 60; field in DeviceLongPollingStubTest38 for (int i = 0; i < mLongPollingDurationSec / mConnectionCheckIntervalSec; i++) { in testDeviceLongPolling()40 RunUtil.getDefault().sleep(mConnectionCheckIntervalSec * 1000); in testDeviceLongPolling()