Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/wifi/
DAccessPointPreferenceTest.java67 .setSecurity(security) in refresh_openNetwork_updateContentDescription()
97 .setSecurity(security) in refresh_setTitle_shouldUseSsidString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DTestAccessPointBuilder.java190 public TestAccessPointBuilder setSecurity(int security) { in setSecurity() method in TestAccessPointBuilder
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
DAccessPointTest.java548 .setSecurity(AccessPoint.SECURITY_NONE)
1563 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1570 .setSecurity(AccessPoint.SECURITY_PSK) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1580 .setSecurity(AccessPoint.SECURITY_SAE) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1684 .setSecurity(AccessPoint.SECURITY_OWE).build(); in testGenerateOpenNetworkConfig_oweNotSupported_shouldGetCorrectSecurity()
1686 .setSecurity(AccessPoint.SECURITY_NONE).build(); in testGenerateOpenNetworkConfig_oweNotSupported_shouldGetCorrectSecurity()