Searched refs:getSecurity (Results 1 – 5 of 5) sorted by relevance
85 builder.append(',').append(accessPoint.getSecurity()); in generatePreferenceKey()203 if (mAccessPoint.getSecurity() != AccessPoint.SECURITY_NONE) { in bindFrictionImage()288 ap.getSecurity() == AccessPoint.SECURITY_NONE in buildContentDescription()
584 return ssid.equals(result.SSID) && security == getSecurity(result); in matches()592 && security == getSecurity(config) in matches()683 public int getSecurity() { in getSecurity() method in AccessPoint1120 security = getSecurity(config); in loadConfig()1128 security = getSecurity(result); in initWithScanResult()1404 private static int getSecurity(ScanResult result) { in getSecurity() method in AccessPoint1415 static int getSecurity(WifiConfiguration config) { in getSecurity() method in AccessPoint
118 if (ap.getSecurity() != AccessPoint.SECURITY_NONE) { in connect()
408 item.icon2 = ap.getSecurity() != AccessPoint.SECURITY_NONE in updateItems()
132 assertThat(originalAccessPoint.getSecurity()).isEqualTo(copy.getSecurity()); in testCopyAccessPoint_dataShouldMatch()