Home
last modified time | relevance | path

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

/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpPacket.java781 private static String getVendorId(@Nullable List<DhcpOption> customizedClientOptions) { in getVendorId() argument
785 if (customizedClientOptions != null) { in getVendorId()
786 for (DhcpOption option : customizedClientOptions) { in getVendorId()