Files
frameworks_base/core/java/android/net
paulhu cb693f8e2c Replace NetworkPolicyManagerInternal#isUidNetworkingBlocked()
Connectivity service is going to become a mainline module which
will not able to access hidden APIs. NetworkPolicyManagerInternal
is a internal serivce that CS can't be access after be a mainline
module. Thus, replace NPMI#isUidNetworkingBlocked() to similar
method NPMS#isUidNetworkingBlocked() and create new API
NPM#isUidNetworkingBlocked() to support CS usage.

Bug: 170598012
Test: atest FrameworksNetTests
Test: atest FrameworksCoreTests:NetworkPolicyManagerTest
Test: atest FrameworksServicesTests:NetworkPolicyManagerServiceTest
Test: atest CtsNetTestCases
Test: atest CtsHostsideNetworkTests
Change-Id: Ic3427c71c395de787320f303c9513874b4d64f98
2021-01-12 10:53:05 +08:00
..
2020-03-26 14:10:06 +00:00
2020-06-24 11:32:26 +00:00
2020-03-19 02:15:02 +00:00
2020-02-13 18:37:06 +00:00
2019-03-16 03:51:09 +09:00
2020-12-23 22:15:51 -08:00
2020-01-22 22:27:44 +09:00
2020-04-10 00:30:38 +00:00