HomeSort by relevance Sort by last modified time
    Searched refs:removeDoubleQuotes (Results 1 - 8 of 8) sorted by null

  /packages/apps/Settings/src/com/android/settings/net/
DataUsageMeteredSettings.java 20 import static android.net.wifi.WifiInfo.removeDoubleQuotes;
107 pref.setTitle(removeDoubleQuotes(networkId));
NetworkPolicyEditor.java 345 final String strippedNetworkId = WifiInfo.removeDoubleQuotes(networkId);
  /frameworks/base/core/java/android/net/
NetworkTemplate.java 25 import static android.net.wifi.WifiInfo.removeDoubleQuotes;
284 removeDoubleQuotes(mNetworkId), removeDoubleQuotes(ident.mNetworkId));
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 329 String phase2Method = removeDoubleQuotes(mFields.get(PHASE2_KEY));
670 oldPrivateKey = removeDoubleQuotes(oldPrivateKey);
777 private String removeDoubleQuotes(String string) {
815 value = removeDoubleQuotes(value);
WifiInfo.java 287 public static String removeDoubleQuotes(String string) {
WifiConfigStore.java     [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 186 ssid = (config.SSID == null ? "" : removeDoubleQuotes(config.SSID));
324 static String removeDoubleQuotes(String string) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 454 public static String removeDoubleQuotes(String string) {
487 mWifiState.label = removeDoubleQuotes(enabledDesc);
    [all...]

Completed in 263 milliseconds