HomeSort by relevance Sort by last modified time
    Searched full:network (Results 251 - 275 of 4662) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
RssiCurve.java 27 * A curve defining the network score over a range of RSSI values.
31 * treated equivalently to a network with score {@link Byte#MIN_VALUE}, and will not be used.
38 * <p>A network can be assigned a fixed score independent of RSSI by setting
46 * a network with a -120 dBm signal exactly as it would treat one with a -110 dBm signal.
67 * The RSSI boost to give this network when active, in dBm.
69 * <p>When the system is connected to this network, it will pretend that the network has this
70 * much higher of an RSSI. This is to avoid switching networks when another network has only a
92 * @param activeNetworkRssiBoost the RSSI boost to apply when this network is active, in dBm.
145 * @param isActiveNetwork Whether this network is currently active
    [all...]
TrafficStats.java 35 * Class that provides network traffic statistics. These statistics include
36 * bytes transmitted and received and network packets transmitted and received,
135 * System API for backup-related support components to tag network traffic
249 * Increment count of network operations performed under the accounting tag
261 * Increment count of network operations performed under the given
291 * boot. Counts packets across all mobile network interfaces, and always
293 * network layer, so they include both TCP and UDP usage.
308 * boot. Counts packets across all mobile network interfaces, and always
310 * network layer, so they include both TCP and UDP usage.
325 * boot. Counts packets across all mobile network interfaces, and alway
    [all...]
LinkQualityInfo.java 23 * Class that represents useful attributes of generic network links
50 /* Network type as defined by ConnectivityManager */
151 * returns the type of network this link is connected to
152 * @return network type as defined by {@link android.net.ConnectivityManager} or
212 * returns the theoretical upload bandwidth of this network
227 * returns the theoretical download bandwidth of this network
242 * returns the theoretical latency of this network
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 59 private static final boolean NETWORK = false;
70 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission.
135 if (permission == null || permission == NETWORK) {
184 List<Integer> network = new ArrayList<Integer>(); local
187 List<Integer> list = app.getValue() ? system : network;
194 mNetd.setPermission("NETWORK", toIntArray(network));
197 mNetd.clearPermission(toIntArray(network));
243 if (permission == null || permission == NETWORK) {
264 apps.put(appUid, NETWORK); // doesn't matter which permission we pick her
    [all...]
  /frameworks/base/telephony/java/android/telephony/
NeighboringCellInfo.java 65 * Radio network type, value is one of following
74 * the radio network type at that moment. Its constructor needs radio network
92 * the radio network type at that moment. Its constructor needs radio network
206 * @return Radio network type while neighboring cell location is stored.
213 * means that Neighboring Cell information is stored for GSM network, in
222 * means that Neighboring Cell information is stored for UMTS network, in
233 * the radio network type at that moment. It shouldn't be changed after
248 * the radio network type at that moment. It shouldn't be changed afte
    [all...]
  /packages/apps/Nfc/res/values/
strings.xml 78 <!-- Strings for connecting to a network from WiFi NFC tags -->
79 <!-- Dialog button text for confirming the user wants to connect to the network on the tag-->
81 <!-- Text informing the user that an error ocurred during the process of connecting to the network-->
82 <string name="status_unable_to_connect">Unable to connect to network</string>
83 <!-- Text informing the user that the network was connected to successfully -->
85 <!-- Title for dialog where user confirms that they want to connect to the network on the tag they tapped-->
86 <string name="title_connect_to_network">Connect to network</string>
87 <!-- Message prompt asking the user if they wish to connect to the given network. Contains the network name (ssid).-->
88 <string name="prompt_connect_to_network">Connect to network <xliff:g id="network_ssid">%1$s</xliff:g>?</string
    [all...]
  /external/svox/pico/lib/
picopr.c 338 picokpr_Preproc network,
    [all...]
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 61 * o Monitors preferences and the device's network connection to determine whether
77 // The user's current network preference setting.
80 // The BroadcastReceiver that tracks network connectivity changes.
93 // Refreshes the display if the network connection and the
99 // Gets the user's network preference settings
126 // Checks the network connection and sets the wifiConnected and mobileConnected
143 // This avoids UI lock up. To prevent network operations from
145 // network operations on a separate thread from the UI.
160 // The specified network connection is not available. Displays error message.
294 // Checks the user prefs and the network connection. Based on the result, decide
    [all...]
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 61 * o Monitors preferences and the device's network connection to determine whether
77 // The user's current network preference setting.
80 // The BroadcastReceiver that tracks network connectivity changes.
93 // Refreshes the display if the network connection and the
99 // Gets the user's network preference settings
126 // Checks the network connection and sets the wifiConnected and mobileConnected
143 // This avoids UI lock up. To prevent network operations from
145 // network operations on a separate thread from the UI.
160 // The specified network connection is not available. Displays error message.
294 // Checks the user prefs and the network connection. Based on the result, decide
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 64 import android.net.Network;
174 throw new UnsupportedOperationException("unimplemented network type");
213 * @param validated Indicate if network should pretend to be validated.
227 public void onCapabilitiesChanged(Network network,
229 if (network.equals(getNetwork()) &&
242 // Wait for network to validate.
264 public Network getNetwork() {
265 return new Network(mNetworkAgent.netId);
379 // can have odd side-effects, like network validations succeeding
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
android.net.ConnectivityManager.html 86 <A NAME="android.net.ConnectivityManager.bindProcessToNetwork_added(android.net.Network)"></A>
87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/net/ConnectivityManager.html#bindProcessToNetwork(android.net.Network)" target="_top"><code>bindProcessToNetwork</code></A>(<code>Network</code>)</nobr>
94 <nobr><code>Network</code>&nbsp;<A HREF="../../../../reference/android/net/ConnectivityManager.html#getActiveNetwork()" target="_top"><code>getActiveNetwork</code></A>()</nobr>
101 <nobr><code>Network</code>&nbsp;<A HREF="../../../../reference/android/net/ConnectivityManager.html#getBoundNetworkForProcess()" target="_top"><code>getBoundNetworkForProcess</code></A>()</nobr>
121 <A NAME="android.net.ConnectivityManager.reportNetworkConnectivity_added(android.net.Network, boolean)"></A>
122 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/net/ConnectivityManager.html#reportNetworkConnectivity(android.net.Network, boolean)" target="_top"><code>reportNetworkConnectivity</code></A>(<code>Network,</nobr> boolean<nobr><nobr></code>)</nobr>
128 <A NAME="android.net.ConnectivityManager.requestBandwidthUpdate_added(android.net.Network)"></A>
129 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/net/ConnectivityManager.html#requestBandwidthUpdate(android.net.Network)" target="_top"><code>requestBandwidthUpdate</code></A>(<code>Network</code>)</nobr
    [all...]
android.net.Network.html 10 android.net.Network
74 Class android.net.<A HREF="../../../../reference/android/net/Network.html" target="_top"><font size="+2"><code>Network</code></font></A>
86 <A NAME="android.net.Network.bindSocket_added(java.io.FileDescriptor)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/net/Network.html#bindSocket(java.io.FileDescriptor)" target="_top"><code>bindSocket</code></A>(<code>FileDescriptor</code>)</nobr>
93 <A NAME="android.net.Network.getNetworkHandle_added()"></A>
94 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/net/Network.html#getNetworkHandle()" target="_top"><code>getNetworkHandle</code></A>()</nobr>
100 <A NAME="android.net.Network.openConnection_added(java.net.URL, java.net.Proxy)"></A>
101 <nobr><code>URLConnection</code>&nbsp;<A HREF="../../../../reference/android/net/Network.html#openConnection(java.net.URL, java.net.Proxy)" target="_top"><code>openConnection</code></A>(<code>URL,</nobr> Proxy<nobr><nobr></code>)</nobr>
  /packages/services/Telephony/res/values-en-rAU/
strings.xml 49 <string name="label_ndp" msgid="780479633159517250">"SIM network unlock PIN"</string>
52 <string name="requesting_unlock" msgid="6412629401033249351">"Requesting network unlock?"</string>
53 <string name="unlock_failed" msgid="6490531697031504225">"Network unlock request unsuccessful."</string>
54 <string name="unlock_success" msgid="6770085622238180152">"Network unlock successful."</string>
55 <string name="mobile_network_settings_not_available" msgid="3831911315358856062">"Mobile network settings are not available for this user"</string>
61 <string name="settings_label" msgid="3876743539816984008">"Network settings"</string>
78 <string name="networks" msgid="8873030692174541976">"Network operators"</string>
86 <string name="labelNwService" msgid="4699970172021870983">"Network service settings"</string>
126 <string name="response_error" msgid="6674110501330139405">"Unexpected response from network."</string>
127 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string
    [all...]
  /packages/services/Telephony/res/values-en-rGB/
strings.xml 49 <string name="label_ndp" msgid="780479633159517250">"SIM network unlock PIN"</string>
52 <string name="requesting_unlock" msgid="6412629401033249351">"Requesting network unlock?"</string>
53 <string name="unlock_failed" msgid="6490531697031504225">"Network unlock request unsuccessful."</string>
54 <string name="unlock_success" msgid="6770085622238180152">"Network unlock successful."</string>
55 <string name="mobile_network_settings_not_available" msgid="3831911315358856062">"Mobile network settings are not available for this user"</string>
61 <string name="settings_label" msgid="3876743539816984008">"Network settings"</string>
78 <string name="networks" msgid="8873030692174541976">"Network operators"</string>
86 <string name="labelNwService" msgid="4699970172021870983">"Network service settings"</string>
126 <string name="response_error" msgid="6674110501330139405">"Unexpected response from network."</string>
127 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string
    [all...]
  /packages/services/Telephony/res/values-en-rIN/
strings.xml 49 <string name="label_ndp" msgid="780479633159517250">"SIM network unlock PIN"</string>
52 <string name="requesting_unlock" msgid="6412629401033249351">"Requesting network unlock?"</string>
53 <string name="unlock_failed" msgid="6490531697031504225">"Network unlock request unsuccessful."</string>
54 <string name="unlock_success" msgid="6770085622238180152">"Network unlock successful."</string>
55 <string name="mobile_network_settings_not_available" msgid="3831911315358856062">"Mobile network settings are not available for this user"</string>
61 <string name="settings_label" msgid="3876743539816984008">"Network settings"</string>
78 <string name="networks" msgid="8873030692174541976">"Network operators"</string>
86 <string name="labelNwService" msgid="4699970172021870983">"Network service settings"</string>
126 <string name="response_error" msgid="6674110501330139405">"Unexpected response from network."</string>
127 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
WifiConfigCreator.java 55 * Adds a new WiFi network.
56 * @return network id or -1 in case of error
77 * Updates a new WiFi network.
78 * @return network id (may differ from original) or -1 in case of error
104 * Updates a new WiFi network.
105 * @return network id (may differ from original) or -1 in case of error
130 * @param ssid SSID of the network
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 10 * "Kohonen neural networks for optimal colour quantization" in "Network:
52 * Network Definitions -------------------
121 protected int[][] network; /* the network itself - [netsize][4] */ field in class:NeuQuant
125 /* for network lookup - really 256 */
137 * Initialise network in range (0,0,0) to (255,255,255) and set parameters
149 network = new int[netsize][];
151 network[i] = new int[4];
152 p = network[i];
163 index[network[i][3]] = i
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
ConnectorAdapter.java 33 package com.jme3.network.base;
35 import com.jme3.network.ErrorListener;
36 import com.jme3.network.Message;
37 import com.jme3.network.MessageListener;
38 import com.jme3.network.kernel.Connector;
39 import com.jme3.network.kernel.ConnectorException;
101 // on the server is similarly blocked then the TCP network buffers may
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 39 * <p>P-Access-Network-Info SIP Private Header</p>
82 + "P-Access-Network-Info, setAccessType(), the accessType parameter is null.");
105 + "P-Access-Network-Info, setCGI3GPP(), the cgi parameter is null.");
131 + "P-Access-Network-Info, setUtranCellID3GPP(), the utranCellID parameter is null.");
156 + "P-Access-Network-Info, setDSLLocation(), the dslLocation parameter is null.");
180 + "P-Access-Network-Info, setCI3GPP2(), the ci3Gpp2 parameter is null.");
236 + "P-Access-Network-Info, setExtendAccessInfo(), the extendAccessInfo parameter is null.");
  /frameworks/base/packages/SettingsLib/res/values/
arrays.xml 25 <!-- Wi-Fi settings. The status messages when the network is unknown. -->
54 <!-- Wi-Fi settings. The status messages when the network is known. -->
60 <!-- Status message of Wi-Fi when it is connecting to a network. -->
62 <!-- Status message of Wi-Fi when it is authenticating with a network. -->
64 <!-- Status message of Wi-Fi when it is obtaining IP address from a network. -->
66 <!-- Status message of Wi-Fi when it is connected to a network. -->
70 <!-- Status message of Wi-Fi when it is disconnecting from a network. -->
  /frameworks/volley/src/main/java/com/android/volley/
CacheDispatcher.java 29 * refresh are enqueued on the specified network queue for processing
39 /** The queue of requests going out to the network. */
56 * @param networkQueue Queue to post requests that require network to
103 // Cache miss; send off to the network dispatcher.
108 // If it is completely expired, just send it to the network.
127 // but we need to also send the request to the network for
136 // the delivery then forward the request along to the network.
  /packages/apps/Email/provider_src/com/android/email/
EmailConnectivityManager.java 50 // Sentinel value for "no active network"
93 * Called when network connectivity has been restored; this method should be overridden by
101 * Called when network connectivity has been lost; this method should be overridden by
149 * Get the type of the currently active data network
150 * @return the type of the active network (or NO_ACTIVE_NETWORK)
181 // We're done if there's an active network
195 // Wait until a network is connected (or 10 mins), but let the device sleep
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Network.java 33 package com.jme3.network;
35 import com.jme3.network.base.DefaultClient;
36 import com.jme3.network.base.DefaultServer;
37 import com.jme3.network.base.TcpConnectorFactory;
38 import com.jme3.network.kernel.tcp.SelectorKernel;
39 import com.jme3.network.kernel.tcp.SocketConnector;
40 import com.jme3.network.kernel.udp.UdpConnector;
41 import com.jme3.network.kernel.udp.UdpKernel;
52 public class Network
  /frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusionEngine.java 44 private static final String NETWORK = LocationManager.NETWORK_PROVIDER;
76 mStats.put(NETWORK, new ProviderStats());
77 mStats.get(NETWORK).available = mLocationManager.isProviderEnabled(NETWORK);
161 disableProvider(NETWORK);
195 enableProvider(NETWORK, networkInterval);
197 disableProvider(NETWORK);
269 } else if (NETWORK.equals(location.getProvider())) {
304 s.append(" ").append(mStats.get(NETWORK)).append('\n');
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
SecurityControllerImpl.java 26 import android.net.Network;
83 // TODO: re-register network callback on user change.
219 // Legacy VPNs should do nothing if the network is disconnected. Third-party
238 public void onAvailable(Network network) {
239 if (DEBUG) Log.d(TAG, "onAvailable " + network.netId);
247 public void onLost(Network network) {
248 if (DEBUG) Log.d(TAG, "onLost " + network.netId);

Completed in 1259 milliseconds

<<11121314151617181920>>