Searched refs:removeDoubleQuotes (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java77 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID));
184 static String removeDoubleQuotes(String string) { method in class:AccessPoint

Completed in 228 milliseconds