Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/integration/util/com/android/server/
H A DNetworkAgentWrapper.java71 private final ConditionVariable mPreventReconnectReceived = new ConditionVariable(); field in NetworkAgentWrapper
189 mWrapper.mPreventReconnectReceived.open(); in preventAutomaticReconnect()
295 assertTrue(mPreventReconnectReceived.block(timeoutMs)); in expectPreventReconnectReceived()