Searched refs:isWepDeprecated (Results 1 – 4 of 4) sorted by relevance
205 assertTrue(mWifiGlobals.isWepDeprecated()); in testDeprecatedNetworkSecurityTypeWep()269 assertTrue(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsDeprecated()273 assertTrue(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsDeprecated()277 assertTrue(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsDeprecated()288 assertTrue(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsNotDeprecated()290 assertFalse(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsNotDeprecated()294 assertTrue(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsNotDeprecated()304 assertFalse(mWifiGlobals.isWepDeprecated()); in testSetWepAllowedWhenWepIsNotDeprecated()
394 when(mWifiGlobals.isWepDeprecated()).thenReturn(false); in setupWifiGlobals()1128 when(mWifiGlobals.isWepDeprecated()).thenReturn(true); in filterOutDeprecatedSecurityTypeWepSsid()
347 public boolean isWepDeprecated() { in isWepDeprecated() method in WifiGlobals410 if (isWepDeprecated() && config.isSecurityType(WifiConfiguration.SECURITY_TYPE_WEP)) { in isDeprecatedSecurityTypeNetwork()
594 if (mWifiGlobals.isWpaPersonalDeprecated() || mWifiGlobals.isWepDeprecated()) { in filterScanResults()598 if (mWifiGlobals.isWepDeprecated() && type == WifiInfo.SECURITY_TYPE_WEP) { in filterScanResults()