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.java225 public boolean mOnStoppedCalled = false; field in WifiManagerTest.TestLocalOnlyHotspotCallback
239 mOnStoppedCalled = true; in onStopped()
257 assertFalse(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
267 assertFalse(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
274 assertTrue(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
281 assertTrue(callback.mOnStoppedCalled); in testLocalOnlyHotspotCallback()
288 public boolean mOnStoppedCalled = false; field in WifiManagerTest.TestLocalOnlyHotspotObserver
309 mOnStoppedCalled = true; in onStopped()
322 assertFalse(observer.mOnStoppedCalled); in testLocalOnlyHotspotObserver()
331 assertFalse(observer.mOnStoppedCalled); in testLocalOnlyHotspotObserver()
[all …]