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

  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 316 mFields.put(PHASE2_KEY, convertToQuotedString(
459 mFields.put(ENGINE_ID_KEY, convertToQuotedString(ENGINE_ID_KEYSTORE));
677 mFields.put(ENGINE_ID_KEY, convertToQuotedString(ENGINE_ID_KEYSTORE));
689 mFields.put(PRIVATE_KEY_ID_KEY, convertToQuotedString(keyName));
787 private String convertToQuotedString(String string) {
832 mFields.put(key, convertToQuotedString(prefix + value));
WifiConfigStore.java     [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 567 config.SSID = convertToQuotedString(ssid);
651 protected static String convertToQuotedString(String string) {
  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 333 static String convertToQuotedString(String string) {
396 mConfig.SSID = AccessPoint.convertToQuotedString(ssid);
WifiConfigController.java 331 config.SSID = AccessPoint.convertToQuotedString(
336 config.SSID = AccessPoint.convertToQuotedString(
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 551 config.SSID = convertToQuotedString(ssid);
701 protected static String convertToQuotedString(String string) {

Completed in 165 milliseconds