Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java219 public static final int SECURITY_NONE = 0; field in AccessPoint
781 } else if (otherApSecurity == SECURITY_NONE) { in matches()
785 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()
816 } else if (configSecurity == SECURITY_NONE) { in matches()
865 } else if (scanResultSccurity == SECURITY_NONE) { in matches()
869 if ((security == SECURITY_OWE || security == SECURITY_NONE) in matches()
1056 case SECURITY_NONE: in getSecurityString()
1387 if (security == SECURITY_NONE) { in generateOpenNetworkConfig()
1787 return SECURITY_NONE; in getSecurity()
1810 ? SECURITY_WEP : SECURITY_NONE; in getSecurity()
[all …]
H A DAccessPointPreference.java203 if ((mAccessPoint.getSecurity() != AccessPoint.SECURITY_NONE) in bindFrictionImage()
285 ap.getSecurity() == AccessPoint.SECURITY_NONE in buildContentDescription()
H A DTestAccessPointBuilder.java57 private int mSecurity = AccessPoint.SECURITY_NONE;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetAdapterTest.java100 when(mWifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_NONE); in onBindViewHolder_bindWithOpenWifiNetwork_verifyView()
272 mViewHolder.updateEndIcon(WifiEntry.CONNECTED_STATE_DISCONNECTED, WifiEntry.SECURITY_NONE); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityNone_hideIcon()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointControllerImplTest.kt222 `when`(wifiEntryOther.security).thenReturn(WifiEntry.SECURITY_NONE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointControllerImpl.java191 if (ap.getSecurity() != WifiEntry.SECURITY_NONE) { in connect()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetAdapter.java227 } else if (security != WifiEntry.SECURITY_NONE && security != WifiEntry.SECURITY_OWE) { in updateEndIcon()
/aosp14/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DAccessPointTest.java548 .setSecurity(AccessPoint.SECURITY_NONE)
1542 if (i == AccessPoint.SECURITY_NONE || i == AccessPoint.SECURITY_OWE) { in testIsOpenNetwork_returnValidResult()
1686 .setSecurity(AccessPoint.SECURITY_NONE).build(); in testGenerateOpenNetworkConfig_oweNotSupported_shouldGetCorrectSecurity()