Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/metrics/
H A DDhcpErrorEventTest.kt4 import android.net.metrics.DhcpErrorEvent.errorCodeWithOption
38 val errorCode = errorCodeWithOption(DHCP_INVALID_OPTION_LENGTH, DHCP_SUBNET_MASK);
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java110 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption() method in DhcpErrorEvent
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/metrics/
H A DNetworkIpProvisioningMetricsTest.java69 mMetrics.addDhcpErrorCode(DhcpErrorEvent.errorCodeWithOption( in testIpProvisioningMetrics_addDhcpErrorCode()
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpPacket.java1294 final int errorCode = DhcpErrorEvent.errorCodeWithOption( in decodeFullPacket()
1302 final int errorCode = DhcpErrorEvent.errorCodeWithOption( in decodeFullPacket()
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt7618 method @Deprecated public static int errorCodeWithOption(int, int);