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

/frameworks/base/core/java/android/net/
H A DNetwork.java51 * Identifies a {@code Network}. This is supplied to applications via
55 * It is used to direct traffic to the given {@code Network}, either on a {@link Socket} basis
59 public class Network implements Parcelable { class in inherits:Parcelable
89 public Network(int netId) { method in class:Network
96 public Network(Network that) { method in class:Network
139 // Lookup addresses only on this Network.
191 * this factory will have its traffic sent over this {@code Network}. Note that if this
192 * {@code Network} ever disconnects, this factory and any {@link Socket} it produced in the
196 * {@code Network}
[all...]

Completed in 53 milliseconds