Searched refs:TYPE_CELLULAR (Results 1 – 16 of 16) sorted by relevance
/external/chromium/chrome/browser/resources/options/chromeos/ |
D | internet_network_element.js | 28 Constants.TYPE_CELLULAR = 5; 101 data.type != options.internet.Constants.TYPE_CELLULAR) { 197 this.data.networkType == Constants.TYPE_CELLULAR && 200 (this.data.networkType == Constants.TYPE_CELLULAR && 245 this.data.networkType == Constants.TYPE_CELLULAR) {
|
D | internet_options.js | 148 } else if (data.type == options.internet.Constants.TYPE_CELLULAR) { 159 if (data.type == options.internet.Constants.TYPE_CELLULAR) {
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_dropdown_button.cc | 91 } else if (active_network->type() == TYPE_CELLULAR) { in OnNetworkManagerChanged()
|
D | network_menu_button.cc | 379 } else if (network->type() == TYPE_CELLULAR) { in SetNetworkIcon()
|
D | network_menu.cc | 736 case TYPE_CELLULAR : { in IconForDisplay()
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | internet_detail.js | 22 Constants.TYPE_CELLULAR = 'cellular'; 710 if (data.type == Constants.TYPE_CELLULAR) { 729 } else if (data.type == Constants.TYPE_CELLULAR) { 849 } else if (data.type == Constants.TYPE_CELLULAR) { 883 case Constants.TYPE_CELLULAR: 1088 } else if (data.type == Constants.TYPE_CELLULAR) {
|
D | network_list.js | 27 Constants.TYPE_CELLULAR = 'cellular'; 51 'cellular': Constants.TYPE_CELLULAR, 467 command: createAddConnectionCallback_(Constants.TYPE_CELLULAR),
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 639 } else if (type == chromeos::TYPE_CELLULAR) { in PopulateDictionaryDetails() 860 } else if (type == chromeos::TYPE_CELLULAR) { in ButtonClickCallback() 1003 if (connection_type == chromeos::TYPE_CELLULAR) { in GetNetwork() 1127 active_network->type() == chromeos::TYPE_CELLULAR; in GetWirelessList() 1149 chromeos::TYPE_CELLULAR, in GetWirelessList() 1165 chromeos::TYPE_CELLULAR, in GetWirelessList()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.cc | 350 case TYPE_CELLULAR: in ConnectionTypeToString() 627 { kTypeCellular, TYPE_CELLULAR }, in ParseType() 2372 if (iter->second->type() == TYPE_CELLULAR) in FindCellularDevice() 2406 (network->type() == TYPE_WIFI || network->type() == TYPE_CELLULAR)) in FindWirelessNetworkByPath() 2421 if (network && network->type() == TYPE_CELLULAR) in FindCellularNetworkByPath() 2673 } else if (network->type() == TYPE_CELLULAR) { in NetworkConnectCallback() 2905 return available_devices_ & (1 << TYPE_CELLULAR); in cellular_available() 2915 return enabled_devices_ & (1 << TYPE_CELLULAR); in cellular_enabled() 2974 EnableNetworkDeviceType(TYPE_CELLULAR, enable); in EnableCellularNetworkDevice() 3366 } else if (type == TYPE_CELLULAR) { in UpdateActiveNetwork() [all …]
|
D | network_library.h | 32 TYPE_CELLULAR = 5, enumerator 560 : WirelessNetwork(service_path, TYPE_CELLULAR), in CellularNetwork()
|
/external/chromium/chrome/browser/ |
D | browser_about_handler.cc | 390 network->type() == chromeos::TYPE_CELLULAR) { in ToHtmlTableHeader() 400 if (network->type() == chromeos::TYPE_CELLULAR) { in ToHtmlTableHeader() 425 network->type() == chromeos::TYPE_CELLULAR) { in ToHtmlTableRow() 439 if (network->type() == chromeos::TYPE_CELLULAR) { in ToHtmlTableRow()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | device_status_collector_browsertest.cc | 679 em::NetworkInterface::TYPE_CELLULAR }, 682 em::NetworkInterface::TYPE_CELLULAR },
|
D | device_status_collector.cc | 434 { shill::kTypeCellular, em::NetworkInterface::TYPE_CELLULAR, }, in GetNetworkInterfaces()
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
D | mobile_setup_ui.cc | 503 DCHECK(network && network->type() == chromeos::TYPE_CELLULAR); in OnNetworkChanged()
|
/external/chromium_org/components/policy/proto/ |
D | device_management_backend.proto | 376 TYPE_CELLULAR = 4; enumerator
|
/external/chromium_org/chrome/browser/policy/proto/cloud/ |
D | device_management_backend.proto | 376 TYPE_CELLULAR = 4; enumerator
|