Searched refs:SECURITY_NONE (Results 1 – 8 of 8) sorted by relevance
219 public static final int SECURITY_NONE = 0; field in AccessPoint781 } 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 …]
203 if ((mAccessPoint.getSecurity() != AccessPoint.SECURITY_NONE) in bindFrictionImage()285 ap.getSecurity() == AccessPoint.SECURITY_NONE in buildContentDescription()
57 private int mSecurity = AccessPoint.SECURITY_NONE;
100 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()
222 `when`(wifiEntryOther.security).thenReturn(WifiEntry.SECURITY_NONE)
191 if (ap.getSecurity() != WifiEntry.SECURITY_NONE) { in connect()
227 } else if (security != WifiEntry.SECURITY_NONE && security != WifiEntry.SECURITY_OWE) { in updateEndIcon()
548 .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()