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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java132 state.label = removeDoubleQuotes(cb.enabledDesc);
167 private static String removeDoubleQuotes(String string) { method in class:WifiTile
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiEnterpriseConfig.java331 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
564 private String removeDoubleQuotes(String string) { method in class:WifiEnterpriseConfig
603 value = removeDoubleQuotes(value);
H A DWifiInfo.java495 public static String removeDoubleQuotes(String string) { method in class:WifiInfo
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java2619 String tmp = removeDoubleQuotes(str);
3685 value = removeDoubleQuotes(value);
3701 private static String removeDoubleQuotes(String string) { method in class:WifiConfigStore
4211 oldPrivateKey = removeDoubleQuotes(oldPrivateKey);

Completed in 2520 milliseconds