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

  /external/bluetooth/bluez/audio/
telephony-maemo5.c 178 char *operator_name; member in struct:__anon1545
188 .operator_name = NULL,
776 net.operator_name ? net.operator_name : "");
1217 g_free(net.operator_name);
1218 net.operator_name = g_strdup(name);
1288 g_free(net.operator_name);
1289 net.operator_name = NULL;
    [all...]
telephony-maemo6.c 125 char *operator_name; member in struct:__anon1546
129 .operator_name = NULL,
805 net.operator_name ? net.operator_name : "");
    [all...]
telephony-ofono.c 79 char *operator_name; member in struct:__anon1547
83 .operator_name = NULL,
488 net.operator_name ? net.operator_name : "");
916 g_free(net.operator_name);
917 net.operator_name = g_strdup(operator);
1041 g_free(net.operator_name);
1042 net.operator_name = NULL;
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 317 item->SetString("operator_name", cellular_networks[i]->operator_name());
  /external/chromium/chrome/browser/chromeos/cros/
network_library.h 588 const std::string& operator_name() const { return operator_name_; } function in class:chromeos::CellularNetwork
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 677 dictionary->SetString("operatorName", cellular->operator_name());
    [all...]

Completed in 87 milliseconds