Home
last modified time | relevance | path

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

/frameworks/base/tests/net/integration/util/com/android/server/
DNetworkAgentWrapper.java65 private final ConditionVariable mPreventReconnectReceived = new ConditionVariable(); field in NetworkAgentWrapper
147 mWrapper.mPreventReconnectReceived.open(); in preventAutomaticReconnect()
232 assertTrue(mPreventReconnectReceived.block(timeoutMs)); in expectPreventReconnectReceived()