summaryrefslogtreecommitdiff
path: root/core/java/android/net/InetAddresses.java
Commit message (Collapse)AuthorAgeFilesLines
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-65/+0
| | | | | | | | | | | | | | Files that are planned to be part of the connectivity module are grouped in packages/Connectivity, so they can be built separately and moved in one operation with their history into packages/modules/Connectivity. This places the files in the existing framework-connectivity-sources filegroup instead of the current framework-core-sources filegroup. Both are used the same way in framework-non-updatable-sources. Bug: 171540887 Test: m Change-Id: I62d9d91574ace6f5c4624035d190260c3126b91e
* Fix Automated API Review: InetAddressesPaul Duffin2019-03-011-2/+4
| | | | | | | | Add @NonNull annotations as required by the automated review. Bug: 126702338 Test: make checkbuild Change-Id: I9057f06de8d7ea846af00d5cefa744d4206b4b63
* Add InetAddresses class to APIPaul Duffin2018-12-171-0/+63
Adds methods needed by app developers to avoid them having to call non-SDK APIs. Test: tests added to cts Bug: 78686891 Change-Id: Ic0eadfdab2b111d5ca4becb753f4fe3557806433