Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java120 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) { in setVendorInfoBytes() argument
121 mVendorInfoBytes = vendorInfoBytes; in setVendorInfoBytes()
170 String expectedVendorInfo, byte[] vendorInfoBytes) throws Exception { in assertDomainAndVendorInfoParses() argument
173 .setVendorInfoBytes(vendorInfoBytes) in assertDomainAndVendorInfoParses()