Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/android/net/dhcp/
DDhcpPacketTest.java76 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) { in setVendorInfoBytes() argument
77 mVendorInfoBytes = vendorInfoBytes; in setVendorInfoBytes()
126 String expectedVendorInfo, byte[] vendorInfoBytes) throws Exception { in assertDomainAndVendorInfoParses() argument
129 .setVendorInfoBytes(vendorInfoBytes) in assertDomainAndVendorInfoParses()