Searched refs:SECURITY_PSK (Results 1 – 5 of 5) sorted by relevance
115 when(mWifiEntry.getSecurity()).thenReturn(WifiEntry.SECURITY_PSK); in onBindViewHolder_bindWithSecurityWifiNetwork_verifyView()260 mViewHolder.updateEndIcon(WifiEntry.CONNECTED_STATE_CONNECTED, WifiEntry.SECURITY_PSK); in viewHolderUpdateEndIcon_wifiConnected_updateGearIcon()269 mViewHolder.updateEndIcon(WifiEntry.CONNECTED_STATE_DISCONNECTED, WifiEntry.SECURITY_PSK); in viewHolderUpdateEndIcon_wifiDisconnectedAndSecurityPsk_updateLockIcon()
221 public static final int SECURITY_PSK = 2; field in AccessPoint768 } else if (otherApSecurity == SECURITY_PSK) { in matches()772 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()808 } else if (configSecurity == SECURITY_PSK) { in matches()855 if ((security == SECURITY_SAE || security == SECURITY_PSK) in matches()964 if (security == SECURITY_PSK || security == SECURITY_SAE) { in updateBestRssiInfo()1031 case SECURITY_PSK: in getSecurityString()1766 return wifiManager.isWpa3SaeSupported() ? SECURITY_SAE : SECURITY_PSK; in getSecurity()1779 return SECURITY_PSK; in getSecurity()1795 return SECURITY_PSK; in getSecurity()[all …]
81 SECURITY_PSK,92 public static final int SECURITY_PSK = 2; field in WifiEntry447 return SECURITY_PSK; in getSecurity()
1287 key.append(AccessPoint.SECURITY_PSK); in testGetKey_notSupportSaeTransitionMode_shouldGetPskKey()1570 .setSecurity(AccessPoint.SECURITY_PSK) in testMatches1_transitionModeApMatchesNotTransitionModeAp_shouldMatchCorrectly()
1705 assertThat(entry.getSecurity()).isEqualTo(WifiEntry.SECURITY_PSK); in testGetSecurity_pskAndSae_returnsPsk()