Searched defs:NetworkInfo (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/net/
H A DNetworkInfo.java31 public class NetworkInfo implements Parcelable { class in inherits:Parcelable
35 * use, rather than {@link android.net.NetworkInfo.DetailedState DetailedState}.
58 * {@link android.net.NetworkInfo.State State} instead.
134 public NetworkInfo(int type) {} method in class:NetworkInfo
139 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) { method in class:NetworkInfo
154 public NetworkInfo(NetworkInfo source) { method in class:NetworkInfo
172 * info in this {@code NetworkInfo} pertains.
401 StringBuilder builder = new StringBuilder("NetworkInfo: ");
445 public static final Creator<NetworkInfo> CREATO
[all...]

Completed in 50 milliseconds