Searched refs:network (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DHttpAuthHandler.java39 private static final String LOGTAG = "network";
68 * @param network The parent network object
70 /* package */ HttpAuthHandler(Network network) { argument
71 mNetwork = network;
H A DLoadListener.java187 * This message handler is to facilitate communication between the network
255 * This message is sent from the network thread when the http
267 * This message is sent when the network thread receives a ssl
275 * This message is sent when the network thread encounters a
308 * IMPORTANT: as this is called from network thread, can't call native
434 Network network = Network.getInstance(mContext);
436 if (network.isValidProxySet()) {
439 synchronized (network) {
442 network.setProxyUsername(mAuthHeader.getUsername());
443 network
[all...]
/frameworks/base/cmds/dumpstate/
H A Ddumpstate.c47 char network[PROPERTY_VALUE_MAX], date[80]; local
53 property_get("gsm.operator.alpha", network, "(unknown)");
64 printf("Network: %s\n", network);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java61 // how long to wait before switching back to a radio's default network
72 * Sometimes we want to refer to the individual network state
206 // Load device network attributes from resources
240 "radio " + n.mRadio + " in network type " + n.mType);
285 * Create the network state trackers for Wi-Fi and mobile
288 * the number of different network types is not going
331 * Sets the preferred network.
371 * Make the state of network connectivity conform to the preference settings
372 * In this method, we only tear down a non-preferred network. Establishing
373 * a connection to the preferred network i
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java539 public void selectNetworkManually(NetworkInfo network, Message response) { argument
540 mActivePhone.selectNetworkManually(network, response);
H A DPhone.java72 * in 2G network</li>
181 // Used for preferred network type
461 * its network activity and is in its final state. This may mean a state
521 * Register for Supplementary Service notifications from the network.
1033 * Switches network selection mode to "automatic", re-scanning and
1034 * re-selecting a network if appropriate.
1036 * @param response The message to dispatch when the network selection
1045 * Manually selects a network. <code>response</code> is
1052 void selectNetworkManually(NetworkInfo network, argument
1056 * Requests to set the preferred network typ
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java1021 selectNetworkManually(com.android.internal.telephony.gsm.NetworkInfo network, argument
1027 nsm.operatorNumeric = network.operatorNumeric;
1028 nsm.operatorAlphaLong = network.operatorAlphaLong;
1033 mCM.setNetworkSelectionModeManual(network.operatorNumeric, msg);
1169 // The network may initiate its own USSD request
1184 * Make sure the network knows our preferred setting.
1331 // handle the select network completion callbacks.
1375 * Used to track the settings upon completion of the network change.
1404 Log.e(LOG_TAG, "failed to commit network selection preference");
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java470 selectNetworkManually(com.android.internal.telephony.gsm.NetworkInfo network, argument

Completed in 75 milliseconds