blob: c7b0db5fb316925c3937c48c0cc7c2867298f888 [file] [log] [blame]
Mingguang Xu2d87c612021-10-29 00:18:55 -07001// Baseline format: 1.0
2NoByteOrShort: android.net.DhcpOption#DhcpOption(byte, byte[]) parameter #0:
3 Should avoid odd sized primitives; use `int` instead of `byte` in parameter type in android.net.DhcpOption(byte type, byte[] value)
4NoByteOrShort: android.net.DhcpOption#describeContents():
5 Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.describeContents()
6NoByteOrShort: android.net.DhcpOption#getType():
7 Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.getType()