Home
last modified time | relevance | path

Searched refs:isD2dAllowed (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java1753 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testP2pWhenInfraStaDisabled() local
1760 isD2dAllowed.value = value; in testP2pWhenInfraStaDisabled()
1775 currentD2dAllowed = isD2dAllowed.value; in testP2pWhenInfraStaDisabled()
DWifiManagerTest.java7352 Mutable<Boolean> isD2dAllowed = new Mutable<Boolean>(false); in testD2dAllowedWhenInfraStaDisabled() local
7358 isD2dAllowed.value = value; in testD2dAllowedWhenInfraStaDisabled()
7375 currentD2dAllowed = isD2dAllowed.value; in testD2dAllowedWhenInfraStaDisabled()
7383 isD2dAllowed.value = value; in testD2dAllowedWhenInfraStaDisabled()
7398 isD2dAllowed.value, !currentD2dAllowed); in testD2dAllowedWhenInfraStaDisabled()
/cts/tests/tests/wifi/src/android/net/wifi/aware/cts/
DSingleDeviceTest.java1999 WifiManagerTest.Mutable<Boolean> isD2dAllowed = in testAwareWhenInfraStaDisabled() local
2007 isD2dAllowed.value = value; in testAwareWhenInfraStaDisabled()
2022 currentD2dAllowed = isD2dAllowed.value; in testAwareWhenInfraStaDisabled()