Searched refs:Mutable (Results 1 – 4 of 4) sorted by relevance
42 import android.net.wifi.cts.WifiManagerTest.Mutable;632 Mutable<Boolean> isQuerySucceeded = new Mutable<Boolean>(false);633 Mutable<Boolean> isWepAllowed = new Mutable<Boolean>(false);
411 public static final class Mutable<E> { class in WifiManagerTest414 public Mutable() { in Mutable() method in WifiManagerTest.Mutable418 public Mutable(E value) { in Mutable() method in WifiManagerTest.Mutable2898 Mutable<String> lastPassphrase = new Mutable<>(); in testLastConfiguredPassphraseIsKeepInSoftApConfigurationWhenChangingToNone()6239 final Mutable<Boolean> callbackReceived = new Mutable<Boolean>(false); in testAddAndRemoveQosPolicies()6240 final Mutable<Boolean> policiesRejected = new Mutable<Boolean>(true); in testAddAndRemoveQosPolicies()6845 Mutable<Boolean> isQuerySucceeded = new Mutable<Boolean>(false); in testSetAndQueryWepAllowed()6851 Mutable<Boolean> isWepAllowed = new Mutable<Boolean>(false); in testSetAndQueryWepAllowed()7021 Mutable<Integer> queriedRestriction = new Mutable<>(0); in querySendDhcpHostnameRestrictionSynchronous()7022 Mutable<Boolean> isQuerySucceeded = new Mutable<>(false); in querySendDhcpHostnameRestrictionSynchronous()[all …]
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()
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()