Home
last modified time | relevance | path

Searched refs:isD2dSupportedWhenInfraStaDisabled (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiGlobalsTest.java324 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
326 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
332 assertFalse(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
334 assertTrue(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
DActiveModeWardenTest.java5389 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testD2dSupportedWhenInfraStaDisabledWhenP2pStaConcurrencySupported()
5394 verify(mWifiGlobals, atLeastOnce()).isD2dSupportedWhenInfraStaDisabled(); in testD2dSupportedWhenInfraStaDisabledWhenP2pStaConcurrencySupported()
5401 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testD2dSupportedWhenInfraStaDisabledWhenNanStaConcurrencySupported()
5406 verify(mWifiGlobals, atLeastOnce()).isD2dSupportedWhenInfraStaDisabled(); in testD2dSupportedWhenInfraStaDisabledWhenNanStaConcurrencySupported()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiGlobals.java650 public boolean isD2dSupportedWhenInfraStaDisabled() { in isD2dSupportedWhenInfraStaDisabled() method in WifiGlobals
718 + isD2dSupportedWhenInfraStaDisabled()); in dump()
DActiveModeWarden.java2804 if (mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()) { in setSupportedFeatureSet()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java4333 assertTrue(mWifiManager.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
4336 assertFalse(mWifiManager.isD2dSupportedWhenInfraStaDisabled()); in testIsD2dSupportedWhenInfraStaDisabled()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareStateManager.java791 if (mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()) { in startLate()
806 return mWifiGlobals.isD2dSupportedWhenInfraStaDisabled() in isD2dAllowedWhenStaDisabled()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java8077 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testP2pDoesInitWhenClientConnectWithWifiDisabledAndD2DAllowed()
8149 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in testP2pChangeToDisableWhenD2DAllowedToFalse()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java4323 public boolean isD2dSupportedWhenInfraStaDisabled() { in isD2dSupportedWhenInfraStaDisabled() method in WifiManager
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java5664 && mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()); in isWifiP2pAvailable()
/packages/modules/Wifi/framework/api/
Dcurrent.txt483 …i("com.android.wifi.flags.android_v_wifi_api") public boolean isD2dSupportedWhenInfraStaDisabled();
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareStateManagerTest.java5816 when(mWifiGlobals.isD2dSupportedWhenInfraStaDisabled()).thenReturn(true); in simulateD2dAllowedChange()