Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java188 public boolean mOnStoppedCalled = false; field in WifiManagerTest.TestLocalOnlyHotspotCallback
202 mOnStoppedCalled = true; in onStopped()
220 assertFalse(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
230 assertFalse(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
237 assertTrue(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
244 assertTrue(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
251 public boolean mOnStoppedCalled = false; field in WifiManagerTest.TestLocalOnlyHotspotObserver
272 mOnStoppedCalled = true; in onStopped()
285 assertFalse(observer.mOnStoppedCalled); in testLocalOnlyHotspotObserver()
294 assertFalse(observer.mOnStoppedCalled); in testLocalOnlyHotspotObserver()
[all …]