// Baseline format: 1.0
NoByteOrShort: android.net.DhcpOption#DhcpOption(byte, byte[]) parameter #0:
    Should avoid odd sized primitives; use `int` instead of `byte` in parameter type in android.net.DhcpOption(byte type, byte[] value)
NoByteOrShort: android.net.DhcpOption#describeContents():
    Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.describeContents()
NoByteOrShort: android.net.DhcpOption#getType():
    Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.getType()
