summaryrefslogtreecommitdiff
path: root/framework/src/android/net/LinkProperties.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix targetSdkVersion gate for EXCLUDED_ROUTES compat change" into tm-devTreeHugger Robot2022-05-131-1/+1
|\
| * Fix targetSdkVersion gate for EXCLUDED_ROUTES compat changeTreehugger Robot2022-05-131-1/+1
| | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2079638 Bug: 230726333 Change-Id: Ibc9a0ea365bb483f66d9f1440b2743595e76744c Merged-In: Ia80efd07e6a8c6e6cc043411fbc2b56b07b4dd06 (cherry picked from commit dbba5d6b506206f4a10718431f938a3c50d8bc3f)
* | Update VPN isolation code for excluded routesPrerana2022-05-061-0/+15
|/ | | | | | | | | | | Bug: 230058738 Test: atest LinkPropertiesTest Result: https://paste.googleplex.com/4706859672928256 Change-Id: I970fca6b0e2cd358e9bd77152563d13367867c74 (cherry picked from commit 2b97bbebf4b85e0024fc75298e760fc03516be40) Merged-In: I970fca6b0e2cd358e9bd77152563d13367867c74
* Filter out excluded routes in LinkPropertiesTaras Antoshchuk2022-04-131-2/+36
| | | | | | | | Gate presence of excluded routes in LinkProperties on target sdk T. Bug: 186082280 Test: atest LinkPropertiesTest Change-Id: If8fdb468a0a4968c5f2a878b7aacfeb4f7d9a9e5
* Remove hidden method link in public addRoute APIChiachang Wang2021-04-151-2/+2
| | | | | | | | | | | The build will complain after moving connectivity framework code outside framework because the hidden methods/members accesses are not allowed anymore. Link to a hidden class will not work since it's not visible in public. Bug: 182859030 Test: make docs Change-Id: I5726f80be7cf92b648ce851d9601d5f58bc2b647
* Add @Nullable to Object#equals()Roman Kalukiewicz2021-02-051-1/+1
| | | | | | | | | | | | 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/+1823
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