Home
last modified time | relevance | path

Searched refs:isWpa3SuiteBSupported (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DNetworkSecurityPreferenceController.java108 if (wifiManager.isWpa3SuiteBSupported()) { in onCreateInternal()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java342 when(wifiManager.isWpa3SuiteBSupported()).thenReturn(suitebVisible); in securitySpinnerTestHelper()
532 when(wifiManager.isWpa3SuiteBSupported()).thenReturn(true); in selectSecurity_wpa3Eap192bit_eapMethodTls()
DWifiConfigController2Test.java394 when(mWifiManager.isWpa3SuiteBSupported()).thenReturn(suitebVisible); in securitySpinnerTestHelper()
596 when(mWifiManager.isWpa3SuiteBSupported()).thenReturn(true); in selectSecurity_wpa3Eap192bit_eapMethodTls()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java1767 if (mWifiManager.isWpa3SuiteBSupported()) { in configureSecuritySpinner()
DWifiConfigController2.java1865 if (mWifiManager.isWpa3SuiteBSupported()) {
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java2578 assertTrue(mWifiManager.isWpa3SuiteBSupported()); in testIsWpa3SuiteBSupported()
2581 assertFalse(mWifiManager.isWpa3SuiteBSupported()); in testIsWpa3SuiteBSupported()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java8899 public boolean isWpa3SuiteBSupported() { in isWpa3SuiteBSupported() method in WifiManager
/packages/modules/Wifi/framework/api/
Dcurrent.txt517 method public boolean isWpa3SuiteBSupported();