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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java287 public static String removeDoubleQuotes(String string) { method in class:WifiInfo
H A DWifiConfigStore.java1595 enterpriseFields.put(key, removeDoubleQuotes(value));
1609 private String removeDoubleQuotes(String string) { method in class:WifiConfigStore
H A DWifiEnterpriseConfig.java329 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
670 oldPrivateKey = removeDoubleQuotes(oldPrivateKey);
777 private String removeDoubleQuotes(String string) { method in class:WifiEnterpriseConfig
815 value = removeDoubleQuotes(value);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java454 public static String removeDoubleQuotes(String string) { method in class:QuickSettingsModel
487 mWifiState.label = removeDoubleQuotes(enabledDesc);

Completed in 91 milliseconds