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

/frameworks/base/core/java/android/net/
H A DNetworkInfo.java29 public class NetworkInfo implements Parcelable { class in inherits:Parcelable
33 * use, rather than {@link android.net.NetworkInfo.DetailedState DetailedState}.
56 * {@link android.net.NetworkInfo.State State} instead.
132 public NetworkInfo(int type) {} method in class:NetworkInfo
137 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { method in class:NetworkInfo
152 public NetworkInfo(NetworkInfo source) { method in class:NetworkInfo
170 * info in this {@code NetworkInfo} pertains.
397 StringBuilder builder = new StringBuilder("NetworkInfo: ");
441 public static final Creator<NetworkInfo> CREATO
[all...]

Completed in 20 milliseconds