blob: 92b5345ee221d51cf0e2a6eea000e6674b7ee398 [file] [log] [blame]
package android.net;
parcelable DhcpResultsParcelable {
android.net.StaticIpConfiguration baseConfiguration;
int leaseDuration;
int mtu;
String serverAddress;
String vendorInfo;
}