Searched refs:WifiManagerTest (Results 1 – 4 of 4) sorted by relevance
68 import android.net.wifi.cts.WifiManagerTest;1992 WifiManagerTest.Mutable<Boolean> isQuerySucceeded = in testAwareWhenInfraStaDisabled()1993 new WifiManagerTest.Mutable<Boolean>(false); in testAwareWhenInfraStaDisabled()1999 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testAwareWhenInfraStaDisabled()2000 new WifiManagerTest.Mutable<Boolean>(false); in testAwareWhenInfraStaDisabled()
1746 WifiManagerTest.Mutable<Boolean> isQuerySucceeded = in testP2pWhenInfraStaDisabled()1747 new WifiManagerTest.Mutable<Boolean>(false); in testP2pWhenInfraStaDisabled()1753 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testP2pWhenInfraStaDisabled()1754 new WifiManagerTest.Mutable<Boolean>(false); in testP2pWhenInfraStaDisabled()
42 import android.net.wifi.cts.WifiManagerTest.Mutable;
189 public class WifiManagerTest extends WifiJUnit4TestBase { class