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

/frameworks/base/core/java/android/net/
H A DNetworkInfo.java28 public class NetworkInfo implements Parcelable { class in inherits:Parcelable
32 * use, rather than {@link android.net.NetworkInfo.DetailedState DetailedState}.
55 * {@link android.net.NetworkInfo.State State} instead.
125 public NetworkInfo(int type) {} method in class:NetworkInfo
130 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { method in class:NetworkInfo
145 public NetworkInfo(NetworkInfo source) { method in class:NetworkInfo
374 StringBuilder builder = new StringBuilder("NetworkInfo: ");
418 public static final Creator<NetworkInfo> CREATOR =
419 new Creator<NetworkInfo>() {
[all...]

Completed in 27 milliseconds