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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/volley/src/main/java/com/android/volley/
ResponseDelivery.java 21 * Parses a response from the network or cache and delivers it.
26 * Parses a response from the network or cache and delivers it. The provided
  /frameworks/volley/src/test/java/com/android/volley/mock/
MockNetwork.java 19 import com.android.volley.Network;
25 public class MockNetwork implements Network {
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
JsonRequestCharsetTest.java 59 NetworkResponse network = new NetworkResponse(data); local
61 Response<JSONObject> objectResponse = objectRequest.parseNetworkResponse(network);
72 NetworkResponse network = new NetworkResponse(data); local
74 Response<JSONArray> arrayResponse = arrayRequest.parseNetworkResponse(network);
86 NetworkResponse network = new NetworkResponse(data, headers); local
88 Response<JSONObject> objectResponse = objectRequest.parseNetworkResponse(network);
100 NetworkResponse network = new NetworkResponse(data, headers); local
102 Response<JSONArray> arrayResponse = arrayRequest.parseNetworkResponse(network);
  /hardware/libhardware/include/hardware/
hw_auth_token.h 44 uint32_t authenticator_type; // hw_authenticator_type_t, in network order
45 uint64_t timestamp; // in network order
  /libcore/luni/src/main/java/java/nio/channels/
UnresolvedAddressException.java 21 * unresolved network address in a network operation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
in_systm.h 29 * Network order versions of various data types. Unfortunately, BSD
31 * don't hold in general. As a consequence, the network order versions
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in_systm.h 29 * Network order versions of various data types. Unfortunately, BSD
31 * don't hold in general. As a consequence, the network order versions
  /system/netd/server/
DummyNetwork.cpp 27 DummyNetwork::DummyNetwork(unsigned netId) : Network(netId) {
34 Network::Type DummyNetwork::getType() const {
LocalNetwork.cpp 24 LocalNetwork::LocalNetwork(unsigned netId) : Network(netId) {
30 Network::Type LocalNetwork::getType() const {
NetworkController.h 31 class Network;
36 * Keeps track of default, per-pid, and per-uid-range network selection, as
37 * well as the mark associated with each network. Networks are identified
95 Network* getNetworkLocked(unsigned netId) const;
110 std::map<unsigned, Network*> mNetworks; // Map keys are NetIds.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigHelper.java 191 * 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 failed: " + networkId + "; " + config.toString())
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 31 * Class for monitoring network connectivity during monkey runs.
47 if (LDEBUG) System.out.println("Network state changed: "
51 if (LDEBUG) System.out.println("Network connected");
54 if (LDEBUG) System.out.println("Network not connected");
101 System.out.println("## Network stats: elapsed time=" + mElapsedTime + "ms ("
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatServer.java 32 package jme3test.network;
34 import com.jme3.network.*;
35 import com.jme3.network.serializing.Serializable;
36 import com.jme3.network.serializing.Serializer;
64 Server server = Network.createServer(NAME, VERSION, PORT, UDP_PORT);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkID.java 40 * P-Visited-Network-ID SIP Private Header: RFC 3455.
53 * visited Network ID
102 * Set the visited network ID as a string. The value will be quoted in the header.
116 * Set the visited network ID as a token
130 * Get the visited network ID value of this header
  /frameworks/base/core/java/android/net/
NetworkUtils.java 34 * Native methods for managing network interfaces.
149 * Binds the current process to the network designated by {@code netId}. All sockets created
151 * {@link Network#getSocketFactory}) will be bound to this network. Note that if this
152 * {@code Network} ever disconnects all sockets created in this way will cease to work. This
154 * a particular {@code Network}. Passing NETID_UNSET clears the binding.
165 * Binds host resolutions performed by this process to the network designated by {@code netId}.
174 * Explicitly binds {@code socketfd} to the network designated by {@code netId}. This
182 * this socket will go directly to the underlying network, so its traffic will not be
191 * this socket will go directly to the underlying network, so its traffic will not b
    [all...]
WifiKey.java 27 * Information identifying a Wi-Fi network.
42 * The service set identifier (SSID) of an 802.11 network. If the SSID can be decoded as
49 * The basic service set identifier (BSSID) of an access point for this network. This will
58 * @param ssid the service set identifier (SSID) of an 802.11 network. If the SSID can be
61 * @param bssid the basic service set identifier (BSSID) of this network's access point.
WifiLinkQualityInfo.java 22 * Class that represents useful attributes of wifi network links
28 /* Indicates Wifi network type such as b/g etc*/
76 * returns Wifi network type
77 * @return network type or {@link android.net.LinkQualityInfo#UNKNOWN_INT}
106 * returns RSSI of the network in raw form
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 35 /* LOCKED means ICC is locked by pin or by network */
39 /* INTERNAL LOCKED means ICC is locked by pin or by network */
53 /* NETWORK means ICC is locked on NETWORK PERSONALIZATION */
54 public static final String INTENT_VALUE_LOCKED_NETWORK = "NETWORK";
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPData.java 38 public ANQPData(NetworkDetail network,
41 mNetwork = network;
48 else if (network.getAnqpDomainID() == 0) {
56 public ANQPData(NetworkDetail network, ANQPData existing) {
57 mNetwork = network;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
NetworkMonitor.java 28 * Monitor the state of the data network and the checkin service. Invoke a callback when the network
49 * Start watching the network and monitoring the checkin service. Immediately invokes one of the
54 * @param callback to invoke when the network status changes
75 * Stop watching the network and checkin service.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
can.h 4 * Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
21 /* controller area network (CAN) kernel definitions */
34 * Controller Area Network Identifier structure
44 * Controller Area Network Error Frame Mask structure
77 * @can_ifindex: CAN network interface index.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
can.h 4 * Definitions for CAN network layer (socket addr / CAN frame / CAN filter)
19 /* controller area network (CAN) kernel definitions */
32 * Controller Area Network Identifier structure
42 * Controller Area Network Error Frame Mask structure
75 * @can_ifindex: CAN network interface index.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sha256.pem 41 i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
73 2 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
74 i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
101 3 s:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
102 i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sha256.pem 41 i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
73 2 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
74 i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
101 3 s:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
102 i:/C=US/ST=UT/L=Salt Lake City/O=The USERTRUST Network/OU=http://www.usertrust.com/CN=UTN-USERFirst-Hardware
  /packages/services/Telephony/res/values/
strings.xml 101 <!-- network depersonalization -->
102 <!-- Label text for PIN entry widget on SIM Network Depersonalization panel -->
103 <string name="label_ndp">SIM network unlock PIN</string>
104 <!-- Button label on SIM Network Depersonalization panel -->
106 <!-- Button label on SIM Network Depersonalization panel -->
108 <!-- Status message displayed on SIM Network Depersonalization panel -->
109 <string name="requesting_unlock">Requesting network unlock\u2026</string>
110 <!-- Error message displayed on SIM Network Depersonalization panel -->
111 <string name="unlock_failed">Network unlock request unsuccessful.</string>
112 <!-- Success message displayed on SIM Network Depersonalization panel --
    [all...]

Completed in 318 milliseconds

1 2 3 4 5 6 7 8 91011>>