Searched refs:removeDoubleQuotes (Results 1 - 4 of 4) 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);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkPolicyManagerService.java55 import static android.net.wifi.WifiInfo.removeDoubleQuotes;
555 removeDoubleQuotes(config.SSID));
585 removeDoubleQuotes(info.getSSID()));

Completed in 926 milliseconds