Home
last modified time | relevance | path

Searched refs:FindCellularDevice (Results 1 – 11 of 11) sorted by relevance

/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.cc127 const NetworkDevice* cellular = network_library->FindCellularDevice(); in NetworkMenuButton()
167 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnNetworkDeviceChanged()
408 const NetworkDevice* cellular = cros->FindCellularDevice(); in RefreshNetworkDeviceObserver()
Dnetwork_menu.cc250 const NetworkDevice* cellular = cros->FindCellularDevice(); in ActivatedAt()
509 const NetworkDevice* cellular_device = cros->FindCellularDevice(); in InitMenuItems()
595 const NetworkDevice* cellular = cros->FindCellularDevice(); in InitMenuItems()
/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h66 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
Dnetwork_library.cc2369 virtual const NetworkDevice* FindCellularDevice() const { in FindCellularDevice() function in chromeos::NetworkLibraryImpl
2467 const NetworkDevice* cellular = FindCellularDevice(); in ChangePin()
2482 const NetworkDevice* cellular = FindCellularDevice(); in ChangeRequirePin()
2494 const NetworkDevice* cellular = FindCellularDevice(); in EnterPin()
2507 const NetworkDevice* cellular = FindCellularDevice(); in UnblockPin()
2551 const NetworkDevice* cellular = FindCellularDevice(); in RequestCellularScan()
2560 const NetworkDevice* cellular = FindCellularDevice(); in RequestCellularRegister()
2582 const NetworkDevice* cellular = FindCellularDevice(); in SetCellularDataRoamingAllowed()
2890 const NetworkDevice* cellular = FindCellularDevice(); in GetCellularHomeCarrierId()
3913 const NetworkDevice* cellular = FindCellularDevice(); in FlipSimPinRequiredStateIfNeeded()
[all …]
Dcros_mock.cc239 EXPECT_CALL(*mock_network_library_, FindCellularDevice()) in SetNetworkLibraryStatusAreaExpectations()
Dnetwork_library.h1013 virtual const NetworkDevice* FindCellularDevice() const = 0;
/external/chromium/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) { in ChooseMobileNetworkHandler()
Dsim_unlock_ui.cc56 return lib->FindCellularDevice(); in GetCellularDevice()
367 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnPinOperationCompleted()
/external/chromium/chrome/browser/chromeos/login/
Dnetwork_screen_browsertest.cc106 EXPECT_CALL(*mock_network_library_, FindCellularDevice()) in SetUpInProcessBrowserTestFixture()
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc281 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnBooleanPropertyRetrieve()
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice(); in EnableCellularCallback()
1155 const chromeos::NetworkDevice* cellular_device = cros->FindCellularDevice(); in GetWirelessList()