Searched refs:isD2dAllowed (Results 1 – 3 of 3) sorted by relevance
1753 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testP2pWhenInfraStaDisabled() local1760 isD2dAllowed.value = value; in testP2pWhenInfraStaDisabled()1775 currentD2dAllowed = isD2dAllowed.value; in testP2pWhenInfraStaDisabled()
7352 Mutable<Boolean> isD2dAllowed = new Mutable<Boolean>(false); in testD2dAllowedWhenInfraStaDisabled() local7358 isD2dAllowed.value = value; in testD2dAllowedWhenInfraStaDisabled()7375 currentD2dAllowed = isD2dAllowed.value; in testD2dAllowedWhenInfraStaDisabled()7383 isD2dAllowed.value = value; in testD2dAllowedWhenInfraStaDisabled()7398 isD2dAllowed.value, !currentD2dAllowed); in testD2dAllowedWhenInfraStaDisabled()
1999 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testAwareWhenInfraStaDisabled() local2007 isD2dAllowed.value = value; in testAwareWhenInfraStaDisabled()2022 currentD2dAllowed = isD2dAllowed.value; in testAwareWhenInfraStaDisabled()