Home
last modified time | relevance | path

Searched refs:DhcpErrorEvent (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
DDhcpErrorEvent.java34 public final class DhcpErrorEvent implements IpConnectivityLog.Event { class
76 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent() method in DhcpErrorEvent
80 private DhcpErrorEvent(Parcel in) { in DhcpErrorEvent() method in DhcpErrorEvent
97 public static final @android.annotation.NonNull Parcelable.Creator<DhcpErrorEvent> CREATOR
98 = 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},
/frameworks/base/tests/net/common/java/android/net/metrics/
DDhcpErrorEventTest.kt3 import android.net.metrics.DhcpErrorEvent.DHCP_INVALID_OPTION_LENGTH
4 import android.net.metrics.DhcpErrorEvent.errorCodeWithOption
25 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()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java38 import android.net.metrics.DhcpErrorEvent;
256 aType(DhcpErrorEvent.class), in testDhcpErrorEventSerialization()
257 anInt(DhcpErrorEvent.L4_NOT_UDP)); in testDhcpErrorEventSerialization()
/frameworks/base/services/core/java/com/android/server/connectivity/
DIpConnectivityEventBuilder.java34 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()
/frameworks/base/core/proto/android/stats/connectivity/
Dnetwork_stack.proto118 // The Dhcp error code is defined in android.net.metrics.DhcpErrorEvent
/frameworks/base/proto/src/
Dipconnectivity.proto299 // android.net.metrics.DhcpErrorEvent.
312 // android.net.metrics.DhcpErrorEvent.
/frameworks/base/api/
Dtest-current.txt1768 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {
1769 ctor public DhcpErrorEvent(int);
Dtest-lint-baseline.txt2451 ParcelCreator: android.net.metrics.DhcpErrorEvent:
Dsystem-current.txt4959 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {
4960 ctor public DhcpErrorEvent(int);
/frameworks/base/cmds/statsd/src/
Datoms.proto5980 // (defined in android.net.metrics.DhcpErrorEvent)
6030 // The DHCP error code is defined in android.net.metrics.DhcpErrorEvent
/frameworks/base/non-updatable-api/
Dsystem-current.txt4865 public final class DhcpErrorEvent implements android.net.metrics.IpConnectivityLog.Event {
4866 ctor public DhcpErrorEvent(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt44006 Landroid/net/metrics/DhcpErrorEvent$Decoder;-><init>()V
44007 Landroid/net/metrics/DhcpErrorEvent$Decoder;->constants:Landroid/util/SparseArray;
44008 Landroid/net/metrics/DhcpErrorEvent;-><init>(Landroid/os/Parcel;)V
44009 Landroid/net/metrics/DhcpErrorEvent;->CREATOR:Landroid/os/Parcelable$Creator;
44010 Landroid/net/metrics/DhcpErrorEvent;->DHCP_ERROR:I
44011 Landroid/net/metrics/DhcpErrorEvent;->errorCode:I
44012 Landroid/net/metrics/DhcpErrorEvent;->L2_ERROR:I
44013 Landroid/net/metrics/DhcpErrorEvent;->L3_ERROR:I
44014 Landroid/net/metrics/DhcpErrorEvent;->L4_ERROR:I
44015 Landroid/net/metrics/DhcpErrorEvent;->makeErrorCode(II)I
[all …]