Searched defs:network (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/net/
H A DChartData.java22 public NetworkStatsHistory network; field in class:ChartData
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMDataConnectionService.java43 /** Start ID of current network request. */
52 /** The active FOTA APN network, or null. */
55 /** The active WiFi or Ethernet network, or null. */
58 /** Wait for 120 seconds after requesting the desired network types. */
75 if (DBG) logd("unregistered cell network callback");
81 if (DBG) logd("unregistered WiFi network callback");
84 // Unbind from any network.
96 * Request route using FOTA APN on the cell network and/or Wi-Fi or Ethernet transport.
101 if (DBG) logd("requesting WiFi or Ethernet network transport");
110 if (DBG) logd("requesting cell network wit
153 onAvailable(Network network) argument
185 onAvailable(Network network) argument
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DWifiConfigHelper.java191 * Return the configured network that matches the ScanResult, or create one.
194 ScanResult network) {
195 WifiConfiguration config = getFromConfiguredNetworks(context, network.SSID,
196 WifiSecurity.getSecurity(network));
199 setConfigSsid(config, network);
200 setConfigKeyManagementBySecurity(config, WifiSecurity.getSecurity(network));
206 * Return the configured network that matches the ssid/security pair, or create one.
213 // No configured network found; populate a new one with the provided ssid / security.
232 if (DEBUG) Log.e(TAG, "failed to add network: " + config.toString());
237 if (DEBUG) Log.e(TAG, "enable network faile
193 getConfigurationForNetwork(Context context, ScanResult network) argument
[all...]
H A DWifiNetworksBrowseInfo.java122 for (ScanResult network : networks) {
123 if (network != null) {
124 WifiSecurity security = WifiSecurity.getSecurity(network);
128 WifiConnectionActivity.createIntent(mContext, network, security);
130 network.level, NUMBER_SIGNAL_LEVELS);
132 network, signalLevel);
133 if (WifiConfigHelper.areSameNetwork(mWifiManager, network, currentConnection)) {
138 imageResourceId = getCurrentNetworkIconResourceId(network, signalLevel);
141 Integer itemId = getItemId(network, security);
144 Log.d(TAG, "Network " + itemId + " has SSID=" + network
163 getItemId(ScanResult network, WifiSecurity security) argument
[all...]
/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java164 * @param networkManager The network manager to use
195 Log.e(MmsService.TAG, "MmsRequest: MMS network acquiring failure", e);
199 Log.e(MmsService.TAG, "MmsRequest: HTTP or network I/O failure", e);
226 * @throws MmsHttpException If there is any HTTP/network failure
275 * based on the MMS network interface's address type, i.e. we only need addresses that
283 * @throws MmsHttpException For any network failure
309 * network interface has IPv6 address or not. If so, we will use IPv6. Otherwise, use
315 private static int getMmsLinkAddressTypes(ConnectivityManager connMgr, Network network) { argument
317 // Return none if network is not available
318 if (network
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DRadioInfo.java99 private TextView network; field in class:RadioInfo
267 network = (TextView) findViewById(R.id.network);
649 network.setText(display);

Completed in 158 milliseconds