Searched refs:mDhcpOptions (Results 1 – 3 of 3) sorted by relevance
265 mConfig.mDhcpOptions = options; in withDhcpOptions()512 public List<DhcpOption> mDhcpOptions; field in ProvisioningConfiguration538 mDhcpOptions = other.mDhcpOptions; in ProvisioningConfiguration()570 p.options = (mDhcpOptions == null) ? null : new ArrayList<>(mDhcpOptions); in toStableParcelable()604 config.mDhcpOptions = (p.options == null) ? null : new ArrayList<>(p.options); in fromStableParcelable()664 .add("mDhcpOptions: " + mDhcpOptions) in toString()711 && dhcpOptionListEquals(mDhcpOptions, other.mDhcpOptions) in equals()
113 config.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in makeTestProvisioningConfiguration()199 mConfig.mDhcpOptions = null; in testParcelUnparcel_NullCustomizedDhcpOptions()280 assertNotEqualsAfterChange(c -> c.mDhcpOptions = new ArrayList<DhcpOption>()); in testEquals()281 assertNotEqualsAfterChange(c -> c.mDhcpOptions = null); in testEquals()282 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 60, in testEquals()284 assertNotEqualsAfterChange(c -> c.mDhcpOptions = makeCustomizedDhcpOptions((byte) 77, in testEquals()
2775 if (mConfiguration.mDhcpOptions == null in maybeFilterCustomizedDhcpOptions()2778 for (DhcpOption option : mConfiguration.mDhcpOptions) { in maybeFilterCustomizedDhcpOptions()