[Wi-Fi] Replace WifiEntryShell#getSecurityString with WifiEntry#getSecurityString
Bug: 143326832
Bug: 146407136
Bug: 147781156
Test: manual
Check if security information correct
Change-Id: I32c247763783a38fed14eb06de863d9819cd6bdd
This commit is contained in:
@@ -48,13 +48,6 @@ public class WifiEntryShell {
|
||||
*/
|
||||
public static final int HIGHER_FREQ_5GHZ = 5900;
|
||||
|
||||
/**
|
||||
* Mapping of the corresponding {@link AccessPoint} method
|
||||
*/
|
||||
public static String getSecurityString(WifiEntry wifiEntry, boolean concise) {
|
||||
return "None";
|
||||
}
|
||||
|
||||
// Passpoint methods
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user