summaryrefslogtreecommitdiff
path: root/framework/src/android/net/RouteInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Unhide RouteInfo#getType and related fields""Taras Antoshchuk2021-12-191-9/+16
| | | | | | | | This reverts commit 6d1ea2bb16451e43b5a2c3da30b49ecfc40037cc. Reason for revert: Re-landing changes not related to postsubmit failure Change-Id: If7940801518be5ddec91270b3663ddfc8b42eadb
* Revert "Unhide RouteInfo#getType and related fields"Ayush Sharma2021-12-161-16/+9
| | | | | | | | | | | | | | | | | | | | | | | Revert "Add APIs that allow to exclude routes from VPN" Revert "Suppress NewApi warnings for @SystemApi -> public APIs" Revert "Add VpnServiceBuilderShim for VpnService.Builder" Revert submission 1551943-vpn-impl Reason for revert: <DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=aosp-master&target=mainline_modules_x86_64-userdebug&lkgb=8007224&lkbb=8008168&fkbb=8007902 >, bug b/210979001 Reverted Changes: I0e7aa077a:Add VpnServiceBuilderShim for VpnService.Builder Ib12f5ab39:Suppress NewApi warnings for @SystemApi -> public ... I59b9185cf:Unhide RouteInfo#getType and related fields Ie5b62b2b2:Unhide IpPrefix(InetAddress, int) I993a32d40:Add CTS tests for exclude VPN routes APIs Ib24b2d3fb:Suppress NewApi warnings for @SystemApi -> public ... Ic3b10464a:Add APIs that allow to exclude routes from VPN Change-Id: I98d3b998e4702f56e9d5e17944238b283b29f2b2 BUG: 210979001
* Unhide RouteInfo#getType and related fieldsTaras Antoshchuk2021-12-131-9/+16
| | | | | | Bug: 186082280 Test: atest RouteInfoTest Change-Id: I59b9185cf4f8f2afd691b49cf6b4659fe36e6bf8
* Replace Inet[4|6]Address#ANYpaulhu2021-03-081-4/+5
| | | | | | | | | | | Connectivity is becoming a mainline module in S but mainline modules are not allowed to use non-formal APIs. Thus, replace non-formal API Inet[4|6]Address#ANY to NetworkStackConstants#IPV[4|6]_ADDR_ANY. Bug: 181756157 Test: FrameworksNetTests Change-Id: Id4d2fc551c1384f549a586e87ab68356ba05b995
* Add @Nullable to Object#equals()Roman Kalukiewicz2021-02-051-2/+2
| | | | | | | | | | | | This is a partial cherry-pick of change: I5eedb571c9d78862115dfdc5dae1cf2a35343580 for connectivity classes. Bug: 170883422 Test: m Merged-In: I5eedb571c9d78862115dfdc5dae1cf2a35343580 Change-Id: I7dc661863b73f4198ddb4f3a1566583d0f07db3c
* Move module sources to packages/ConnectivityRemi NGUYEN VAN2021-02-011-0/+658
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