Searched defs:NetworkRequest (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/
H A DNetworkRequest.java25 * Defines a request for a network, made through {@link NetworkRequest.Builder} and used
29 public class NetworkRequest implements Parcelable { class in inherits:Parcelable
52 * A NetworkRequest as used by the system can be one of the following types:
83 * creates a NetworkRequest, it does not have a type; the type is set
107 public NetworkRequest(NetworkCapabilities nc, int legacyType, int rId, Type type) { method in class:NetworkRequest
120 public NetworkRequest(NetworkRequest that) { method in class:NetworkRequest
128 * Builder used to create {@link NetworkRequest} objects. Specify the Network features
140 * Build {@link NetworkRequest} give the current set of capabilities.
142 public NetworkRequest buil
[all...]

Completed in 2254 milliseconds