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

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

Completed in 8 milliseconds