WifiNetworkConnectionStatisticspublic class WifiNetworkConnectionStatistics extends Object implements android.os.Parcelable
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR | public int | numConnection | public int | numUsage |
Constructors Summary |
---|
public WifiNetworkConnectionStatistics(int connection, int usage) throw new RuntimeException("Stub!");
| public WifiNetworkConnectionStatistics() throw new RuntimeException("Stub!");
| public WifiNetworkConnectionStatistics(WifiNetworkConnectionStatistics source) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
| public java.lang.String | toString() throw new RuntimeException("Stub!");
| public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|
|