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

  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 94 const chromeos::CellularNetwork* cellular = lib->cellular_network(); local
95 if (!cellular)
97 browser->ShowSingletonTab(GURL(cellular->payment_url()));
121 const CellularNetwork* cellular) {
124 UTF8ToUTF16(cellular->name())));
128 UTF8ToUTF16(cellular->name())),
246 const CellularNetwork* cellular = cros->cellular_network(); local
247 if (!cellular || !cellular->SupportsDataPlan())
251 cros->GetDataPlans(cellular->service_path())
    [all...]
network_message_observer.h 36 virtual void ShowNeedsPlanNotification(const CellularNetwork* cellular);
49 // Saves the current cellular and plan information.
51 void SaveLastCellularInfo(const CellularNetwork* cellular,
61 // Last cellular data plan unique id.
63 // Last cellular data plan type.
65 // Last cellular data left.
user_cros_settings_provider.cc 281 const NetworkDevice* cellular = cros->FindCellularDevice(); local
282 if (cellular) {
283 bool device_value = cellular->data_roaming_allowed();
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc 127 const NetworkDevice* cellular = network_library->FindCellularDevice(); local
128 if (cellular) {
129 cellular_device_path_ = cellular->device_path();
130 was_sim_locked_ = cellular->is_sim_locked();
167 const NetworkDevice* cellular = cros->FindCellularDevice(); local
168 if (cellular) {
173 if (was_sim_locked_ && !cellular->is_sim_locked() &&
177 was_sim_locked_ = cellular->is_sim_locked();
248 const Network* cellular = local
250 if (!cellular)
380 const CellularNetwork* cellular = local
408 const NetworkDevice* cellular = cros->FindCellularDevice(); local
    [all...]
network_menu.cc 136 CellularNetwork* cellular = cros->FindCellularNetworkByPath( local
138 if (cellular) {
139 if ((cellular->activation_state() != ACTIVATION_STATE_ACTIVATED &&
140 cellular->activation_state() != ACTIVATION_STATE_UNKNOWN) ||
141 cellular->needs_new_plan()) {
142 ActivateCellular(cellular);
144 } else if (cellular->connecting_or_connected()) {
145 // Cellular network is connecting or connected,
146 // so we show the config settings for the cellular network.
147 owner_->ShowTabbedNetworkSettings(cellular);
250 const NetworkDevice* cellular = cros->FindCellularDevice(); local
595 const NetworkDevice* cellular = cros->FindCellularDevice(); local
737 const CellularNetwork* cellular = local
    [all...]
network_dropdown_button.cc 92 const CellularNetwork* cellular = local
94 SetIcon(*IconForNetworkStrength(cellular, true));
95 SetText(UTF8ToWide(cellular->name()));
network_menu.h 35 // "ethernet" | "wifi" | "cellular" | "other".
151 // Used to update top up URL only when cellular carrier has changed.
158 void ActivateCellular(const CellularNetwork* cellular) const;
167 // It will also handle connecting to another wifi/cellular network.
175 // <icon> Cellular Network A
176 // <icon> Cellular Network B
177 // <icon> Cellular Network C
192 // <icon> will show the strength of the wifi/cellular networks.
215 // Returns the Icon for a network strength for CellularNetwork |cellular|.
219 static const SkBitmap* IconForNetworkStrength(const CellularNetwork* cellular,
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice(); local
384 if (!cellular) {
385 LOG(ERROR) << "Didn't find cellular device, it should have been available.";
387 } else if (cellular->sim_lock_state() == chromeos::SIM_UNLOCKED ||
388 cellular->sim_lock_state() == chromeos::SIM_UNKNOWN) {
483 // to set up individual observers for the cellular networks
495 // Always monitor the cellular networks, if any, so that changes
510 const chromeos::CellularNetwork* cellular = cros->cellular_network(); local
511 if (!cellular)
514 cros->GetDataPlans(cellular->service_path())
640 const chromeos::CellularNetwork* cellular = local
916 chromeos::CellularNetwork* cellular = NULL; local
973 const chromeos::CellularNetwork* cellular = local
    [all...]
internet_options_handler.h 59 // Handle{Wifi,Cellular}ButtonClick handles button click on a wireless
60 // network item and a cellular network item respectively.
69 // Initiates cellular plan data refresh. The results from libcros will be
74 const chromeos::CellularNetwork* cellular,
97 const chromeos::CellularNetwork* cellular,
131 // case of cellular networks, network technology and roaming status.
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 209 void ProcessSimCardState(const chromeos::NetworkDevice* cellular);
212 void UpdatePage(const chromeos::NetworkDevice* cellular,
218 // Path of the Cellular device that we monitor property updates from.
314 const chromeos::NetworkDevice* cellular = GetCellularDevice(); local
316 if (cellular) {
317 cellular_device_path_ = cellular->device_path();
367 const NetworkDevice* cellular = cros->FindCellularDevice(); local
368 DCHECK(cellular);
387 ProcessSimCardState(cellular);
413 const NetworkDevice* cellular = GetCellularDevice() local
    [all...]
choose_mobile_network_ui.cc 139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) {
140 device_path_ = cellular->device_path();
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 199 #detailsInternetPage[ethernet] .cellular-details,
200 #detailsInternetPage[cellular] .wifi-details,
201 #detailsInternetPage[wireless] .cellular-details,
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 35 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
42 // WirelessNetwork: a Wifi or Cellular Network.
48 // active_cellular_: Cellular version of wifi_.
49 // cellular_networks_: Cellular version of wifi_.
66 // TODO(stevenjb): Document cellular data plan handlers.
80 // All *Pin(...) methods use internal callback that would update cellular
93 // How long we should remember that cellular plan payment was received.
97 // retries count once cellular device with SIM card is initialized.
98 // If cellular device doesn't have SIM card, then retries are never used.
136 const char* kActivationStateProperty = "Cellular.ActivationState"
2467 const NetworkDevice* cellular = FindCellularDevice(); local
2482 const NetworkDevice* cellular = FindCellularDevice(); local
2494 const NetworkDevice* cellular = FindCellularDevice(); local
2507 const NetworkDevice* cellular = FindCellularDevice(); local
2551 const NetworkDevice* cellular = FindCellularDevice(); local
2560 const NetworkDevice* cellular = FindCellularDevice(); local
2582 const NetworkDevice* cellular = FindCellularDevice(); local
2890 const NetworkDevice* cellular = FindCellularDevice(); local
3613 CellularNetwork* cellular = new CellularNetwork(service_path); local
3913 const NetworkDevice* cellular = FindCellularDevice(); local
4046 CellularNetwork* cellular = FindCellularNetworkByPath(service_path); local
4082 NetworkDevice* cellular = new NetworkDevice("cellular"); local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 57 cellular_.reset(new NetworkDevice("cellular"));
218 IN_PROC_BROWSER_TEST_F(NetworkScreenTest, Cellular) {
239 scoped_ptr<CellularNetwork> cellular(new CellularNetwork("cellular"));
241 .WillOnce(Return(cellular.get()));

Completed in 181 milliseconds