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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java283 public static String removeDoubleQuotes(String string) { method in class:WifiInfo
H A DWifiConfigStore.java1454 value = removeDoubleQuotes(value);
1483 value = removeDoubleQuotes(value);
1517 private String removeDoubleQuotes(String string) { method in class:WifiConfigStore
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java362 public static String removeDoubleQuotes(String string) { method in class:QuickSettingsModel
392 mWifiState.label = removeDoubleQuotes(enabledDesc);

Completed in 513 milliseconds