HomeSort by relevance Sort by last modified time
    Searched defs:country_code (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 182 bool* ieee80211w_required, std::string* country_code) {
184 ieee80211w_required, country_code);
642 string country_code; local
644 nullptr, &country_code); local
645 EXPECT_TRUE(country_code.empty());
655 string country_code; local
657 nullptr, &country_code); local
658 EXPECT_TRUE(country_code.empty());
668 string country_code; local
670 nullptr, &country_code); local
681 string country_code; local
683 nullptr, &country_code); local
684 EXPECT_EQ(string(kCountryCode, 0, 2), country_code); local
    [all...]
wifi_endpoint.cc 211 const string& WiFiEndpoint::country_code() const { function in class:shill::WiFiEndpoint
415 bool* ieee80211w_required, string* country_code) {
446 *country_code = string(it + 2, it + 4);
wifi_service.cc 823 string country_code; local
833 country_code = representative_endpoint->country_code();
846 if (country_code_ != country_code) {
847 country_code_ = country_code;
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
rtt.h 263 char country_code[2]; // country code member in struct:__anon31510
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 453 milliseconds