commit | 5e5c4b40f92644f26c930d7352ba7ad1de5ed2a2 | [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 | 31645bd68ee859e79fd0028cff7cb1a88250353f [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