Searched refs:cellular_networks (Results 1 – 12 of 12) sorted by relevance
311 const chromeos::CellularNetworkVector& cellular_networks = in GetNetworkInfo() local312 network_library->cellular_networks(); in GetNetworkInfo()314 for (size_t i = 0; i < cellular_networks.size(); ++i) { in GetNetworkInfo()315 DictionaryValue* item = GetNetworkInfoDict(cellular_networks[i]); in GetNetworkInfo()316 item->SetInteger("strength", cellular_networks[i]->strength()); in GetNetworkInfo()317 item->SetString("operator_name", cellular_networks[i]->operator_name()); in GetNetworkInfo()318 item->SetString("operator_code", cellular_networks[i]->operator_code()); in GetNetworkInfo()319 item->SetString("payment_url", cellular_networks[i]->payment_url()); in GetNetworkInfo()320 item->SetString("usage_url", cellular_networks[i]->usage_url()); in GetNetworkInfo()322 cellular_networks[i]->GetNetworkTechnologyString()); in GetNetworkInfo()[all …]
197 cros->cellular_networks().begin(); in OnNetworkManagerChanged()198 it != cros->cellular_networks().end(); it++) { in OnNetworkManagerChanged()224 cros->cellular_networks().begin(); in OnNetworkManagerChanged()225 it != cros->cellular_networks().end(); it++) in OnNetworkManagerChanged()
37 const CellularNetworkVector& networks = library->cellular_networks(); in UpdateObservers()
61 MOCK_CONST_METHOD0(cellular_networks, const CellularNetworkVector&(void));
275 EXPECT_CALL(*mock_network_library_, cellular_networks()) in SetNetworkLibraryStatusAreaExpectations()
1003 virtual const CellularNetworkVector& cellular_networks() const = 0;
2350 virtual const CellularNetworkVector& cellular_networks() const { in cellular_networks() function in chromeos::NetworkLibraryImpl4399 virtual const CellularNetworkVector& cellular_networks() const { in cellular_networks() function in chromeos::NetworkLibraryStubImpl
499 cros->cellular_networks(); in MonitorNetworks()1128 const chromeos::CellularNetworkVector cellular_networks = in GetWirelessList() local1129 cros->cellular_networks(); in GetWirelessList()1131 cellular_networks.begin(); it != cellular_networks.end(); ++it) { in GetWirelessList()
499 const chromeos::CellularNetworkVector& cellular_networks = in GetNetworkHtmlInfo() local500 cros->cellular_networks(); in GetNetworkHtmlInfo()501 for (size_t i = 0; i < cellular_networks.size(); ++i) { in GetNetworkHtmlInfo()503 output.append("<tr>" + ToHtmlTableHeader(cellular_networks[i]) + in GetNetworkHtmlInfo()505 output.append("<tr>" + ToHtmlTableRow(cellular_networks[i]) + "</tr>"); in GetNetworkHtmlInfo()
224 cros->GetNetworkLibrary()->cellular_networks(); in ShowActivationMessage()
101 if (lib->cellular_networks().begin() != lib->cellular_networks().end()) { in GetCellularNetwork()102 return *(lib->cellular_networks().begin()); in GetCellularNetwork()
429 const CellularNetworkVector& cell_networks = cros->cellular_networks(); in InitMenuItems()