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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java268 public static String removeDoubleQuotes(String string) { method in class:WifiInfo
H A DWifiConfigStore.java1447 value = removeDoubleQuotes(value);
1476 value = removeDoubleQuotes(value);
1510 private String removeDoubleQuotes(String string) { method in class:WifiConfigStore

Completed in 1670 milliseconds