Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiNetworkSuggestionTest.java1165 assertTrue(callback.onLostCalled); in testConnectToSuggestionThenRemoveWithImmediateDisconnect()
1190 assertFalse(callback.onLostCalled); in testConnectToSuggestionThenRemoveWithLingering()
1195 () -> callback.onLostCalled); in testConnectToSuggestionThenRemoveWithLingering()
DTestHelper.java375 public boolean onLostCalled = false; field in TestHelper.TestNetworkCallback
414 onLostCalled = true; in onLost()