Searched refs:onStartedCalled (Results 1 – 1 of 1) sorted by relevance
1080 boolean onStartedCalled = false; field in WifiManagerTest.TestLocalOnlyHotspotCallback1093 onStartedCalled = true; in onStarted()1167 assertTrue(callback.onStartedCalled); in startLocalOnlyHotspot()2149 assertFalse(callback.onStartedCalled); in testStartLocalOnlyHotspotWithSupportedBand()2151 assertTrue(callback.onStartedCalled); in testStartLocalOnlyHotspotWithSupportedBand()2208 assertFalse(callback.onStartedCalled); in testStartLocalOnlyHotspotWithConfigBssid()2210 assertTrue(callback.onStartedCalled); in testStartLocalOnlyHotspotWithConfigBssid()2251 assertFalse(callback.onStartedCalled); in testStartLocalOnlyHotspotWithNullBssidConfig()2253 assertTrue(callback.onStartedCalled); in testStartLocalOnlyHotspotWithNullBssidConfig()