package android.net.wifi;
public class WifiNetworkConnectionStatistics
implements android.os.Parcelable
{
public WifiNetworkConnectionStatistics(int connection, int usage) { throw new RuntimeException("Stub!"); }
public WifiNetworkConnectionStatistics() { throw new RuntimeException("Stub!"); }
public WifiNetworkConnectionStatistics(android.net.wifi.WifiNetworkConnectionStatistics source) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int describeContents() { throw new RuntimeException("Stub!"); }
public void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.net.wifi.WifiNetworkConnectionStatistics> CREATOR;
public int numConnection;
public int numUsage;
static { CREATOR = null; }
}
|