Searched refs:DhcpErrorEvent (Results 1 – 12 of 12) sorted by relevance
34 public final class DhcpErrorEvent implements IpConnectivityLog.Event { class76 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent() method in DhcpErrorEvent80 private DhcpErrorEvent(Parcel in) { in DhcpErrorEvent() method in DhcpErrorEvent97 public static final @android.annotation.NonNull Parcelable.Creator<DhcpErrorEvent> CREATOR98 = new Parcelable.Creator<DhcpErrorEvent>() {99 public DhcpErrorEvent createFromParcel(Parcel in) {100 return new DhcpErrorEvent(in);103 public DhcpErrorEvent[] newArray(int size) {104 return new DhcpErrorEvent[size];120 new Class[]{DhcpErrorEvent.class},
3 import android.net.metrics.DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH4 import android.net.metrics.DhcpErrorEvent.errorCodeWithOption25 val event = DhcpErrorEvent(TEST_ERROR_CODE) in testConstructor()31 val event = DhcpErrorEvent(TEST_ERROR_CODE) in testParcelUnparcel()46 val errorFields = DhcpErrorEvent::class.java.declaredFields.filter { in testToString()54 val stringValue = DhcpErrorEvent(intValue).toString() in testToString()63 assertNotNull(DhcpErrorEvent(TEST_ERROR_CODE).toString()) in testToString_InvalidErrorCode()
38 import android.net.metrics.DhcpErrorEvent;256 aType(DhcpErrorEvent.class), in testDhcpErrorEventSerialization()257 anInt(DhcpErrorEvent.L4_NOT_UDP)); in testDhcpErrorEventSerialization()
34 import android.net.metrics.DhcpErrorEvent;170 if (in instanceof DhcpErrorEvent) { in setEvent()171 setDhcpErrorEvent(out, (DhcpErrorEvent) in); in setEvent()218 private static void setDhcpErrorEvent(IpConnectivityEvent out, DhcpErrorEvent in) { in setDhcpErrorEvent()
118 // The Dhcp error code is defined in android.net.metrics.DhcpErrorEvent
299 // android.net.metrics.DhcpErrorEvent.312 // android.net.metrics.DhcpErrorEvent.
1768 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {1769 ctor public DhcpErrorEvent(int);
2451 ParcelCreator: android.net.metrics.DhcpErrorEvent:
4959 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {4960 ctor public DhcpErrorEvent(int);
5980 // (defined in android.net.metrics.DhcpErrorEvent)6030 // The DHCP error code is defined in android.net.metrics.DhcpErrorEvent
4865 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {4866 ctor public DhcpErrorEvent(int);
44006 Landroid/net/metrics/DhcpErrorEvent$Decoder;-><init>()V44007 Landroid/net/metrics/DhcpErrorEvent$Decoder;->constants:Landroid/util/SparseArray;44008 Landroid/net/metrics/DhcpErrorEvent;-><init>(Landroid/os/Parcel;)V44009 Landroid/net/metrics/DhcpErrorEvent;->CREATOR:Landroid/os/Parcelable$Creator;44010 Landroid/net/metrics/DhcpErrorEvent;->DHCP_ERROR:I44011 Landroid/net/metrics/DhcpErrorEvent;->errorCode:I44012 Landroid/net/metrics/DhcpErrorEvent;->L2_ERROR:I44013 Landroid/net/metrics/DhcpErrorEvent;->L3_ERROR:I44014 Landroid/net/metrics/DhcpErrorEvent;->L4_ERROR:I44015 Landroid/net/metrics/DhcpErrorEvent;->makeErrorCode(II)I[all …]