Mingguang Xu | 2d87c61 | 2021-10-29 00:18:55 -0700 | [diff] [blame] | 1 | // Baseline format: 1.0 |
| 2 | NoByteOrShort: 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) |
| 4 | NoByteOrShort: android.net.DhcpOption#describeContents(): |
| 5 | Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.describeContents() |
| 6 | NoByteOrShort: android.net.DhcpOption#getType(): |
| 7 | Should avoid odd sized primitives; use `int` instead of `byte` in method android.net.DhcpOption.getType() |