Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java55 private static final int MISC_ERROR_TYPE = MISC_ERROR << 8; field in DhcpErrorEvent
74 public static final int BUFFER_UNDERFLOW = (MISC_ERROR_TYPE | 0x1) << 16;
75 public static final int RECEIVE_ERROR = (MISC_ERROR_TYPE | 0x2) << 16;
76 public static final int PARSING_ERROR = (MISC_ERROR_TYPE | 0x3) << 16;