Searched refs:mDhcpOptions (Results 1 – 3 of 3) sorted by relevance
243 mConfig.mDhcpOptions = options; in withDhcpOptions()451 public List<DhcpOption> mDhcpOptions; field in ProvisioningConfiguration473 mDhcpOptions = other.mDhcpOptions; in ProvisioningConfiguration()498 p.options = (mDhcpOptions == null) ? null : new ArrayList<>(mDhcpOptions); in toStableParcelable()526 config.mDhcpOptions = (p.options == null) ? null : new ArrayList<>(p.options); in fromStableParcelable()548 .add("mDhcpOptions: " + mDhcpOptions) in toString()593 && dhcpOptionListEquals(mDhcpOptions, other.mDhcpOptions); in equals()
103 mConfig.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in setUp()146 mConfig.mDhcpOptions = null; in testParcelUnparcel_NullCustomizedDhcpOptions()195 assertNotEqualsAfterChange(c -> c.mDhcpOptions = new ArrayList<DhcpOption>()); in testEquals()196 assertNotEqualsAfterChange(c -> c.mDhcpOptions = null); in testEquals()197 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in testEquals()199 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 77, in testEquals()
2008 if (mConfiguration.mDhcpOptions == null in maybeFilterCustomizedDhcpOptions()2011 for (DhcpOption option : mConfiguration.mDhcpOptions) { in maybeFilterCustomizedDhcpOptions()