Searched refs:makeCustomizedDhcpOptions (Results 1 – 1 of 1) sorted by relevance
82 private List<DhcpOption> makeCustomizedDhcpOptions(byte type, final byte[] value) { in makeCustomizedDhcpOptions() method in ProvisioningConfigurationTest113 config.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in makeTestProvisioningConfiguration()149 p.options = makeCustomizedDhcpOptions((byte) 60, new String("android-dhcp-11").getBytes()); in makeTestProvisioningConfigurationParcelable()282 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in testEquals()284 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 77, in testEquals()