commit | 8f21758d4aada9d75901d412255c6112ddccc583 | [log] [tgz] |
---|---|---|
author | Hugo Benichi <hugobenichi@google.com> | Fri Jan 12 09:46:29 2018 +0900 |
committer | Hugo Benichi <hugobenichi@google.com> | Tue Jan 16 13:32:59 2018 +0900 |
tree | 448ac6a50dce68cf7caae226d9a5fce5625c2878 | |
parent | 454b42eced5967808d0247c4ca97792bd115ea58 [diff] |
MacAddress: add @NonNull annotations This patch adds to the MacAddress class: - getAddressType() method which replaces addressType(), for naming consistency - @NonNull annotations on all input and output reference values for all public methods (@hide and public). TYPE_UNKNOWN, which currently cannot be observed with a non @hide method, is also removed from the public api. Bug: 71866627 Test: $ runtest frameworks-net Change-Id: I2af70408d46f431b7b32183e6b48ddae9a261a2c