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

/frameworks/base/tests/net/java/android/net/dhcp/
H A DDhcpPacketTest.java74 public TestDhcpPacket setVendorInfoBytes(byte[] vendorInfoBytes) { argument
75 mVendorInfoBytes = vendorInfoBytes;
124 String expectedVendorInfo, byte[] vendorInfoBytes) throws Exception {
127 .setVendorInfoBytes(vendorInfoBytes)
122 assertDomainAndVendorInfoParses( String expectedDomain, byte[] domainBytes, String expectedVendorInfo, byte[] vendorInfoBytes) argument

Completed in 60 milliseconds