summaryrefslogtreecommitdiff
path: root/core/java/android/net/MacAddress.java
Commit message (Expand)AuthorAgeFilesLines
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-400/+0
* Move module utils to the module package.Chalard Jean2020-12-161-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-1/+2
* Add some more public doc for MacAddressChalard Jean2020-07-041-1/+13
* Remove framework code that has moved to frameworks/libs/netAaron Huang2020-03-101-73/+6
* Revert "Remove framework code that has moved to frameworks/libs/net"Isabelle Taylor2020-02-141-6/+73
* Remove framework code that has moved to frameworks/libs/netAaron Huang2020-02-031-73/+6
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-081-1/+1
* Expose MacAddress methods to public APIAaron Huang2019-10-151-2/+0
* Merge "Followup to CL 1103896"Oscar Shu2019-09-241-13/+12
|\
| * Followup to CL 1103896xshu2019-09-201-13/+12
* | Merge "avoid generating reserved local MACs"Oscar Shu2019-08-231-2/+13
|\|
| * avoid generating reserved local MACsxshu2019-08-161-2/+13
* | All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* | Merge "Add fields used by NetworkStack to the API" am: 79a6d5e30c am: 4bf93bb9c4Remi NGUYEN VAN2019-01-211-0/+2
|\|
| * Add fields used by NetworkStack to the APIRemi NGUYEN VAN2019-01-211-0/+2
| * Add IPv6 link-local address generation from EUI-48Etan Cohen2018-11-161-0/+33
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
* | Add IPv6 link-local address generation from EUI-48Etan Cohen2018-11-161-0/+33
* | wifi(API): NetworkSpecifier for Wifi NetworkAgentRoshan Pius2018-10-311-0/+15
* | Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+2
|/
* MacAddress: Use SecureRandom and add a 46 bit randomized MAC generatorJong Wook Kim2018-02-071-5/+24
* MacAddress: add @NonNull annotationsHugo Benichi2018-01-161-13/+14
* MacAddress: address api review commentsHugo Benichi2017-12-181-4/+5
* Expose the MacAddress class in the apiHugo Benichi2017-12-181-2/+0
* Fix bug in MacAddress.fromString()Hugo Benichi2017-12-051-3/+2
* MacAddress: light refactors and improve documentationHugo Benichi2017-12-041-84/+186
* MacAddress follow-up: define the core of the classHugo Benichi2017-11-091-14/+226
* Define MacAddress classHugo Benichi2017-11-081-0/+62