summaryrefslogtreecommitdiff
path: root/opengl/java
diff options
context:
space:
mode:
author markchien <markchien@google.com> 2022-01-12 01:07:49 +0800
committer markchien <markchien@google.com> 2022-01-21 17:51:20 +0800
commit86b957648bf1ef7524e73cbe00e6d20d35d0198d (patch)
tree615b9c6b344e60e793cc19c063158a865727bdac /opengl/java
parent614c30b6b5e759541588373845dd1247c9df7349 (diff)
Replace some netd calls in NetworkManagementService
Some netd binder calls which used in NetworkManagementService are deprecated, replace them with new ConnectivityManager APIs. The only caller for those replaced functions are NetworkPolicyManagementService. Although NetworkPolicyManagerService starts before ConnectivityService, it is fine for replacement because the order in SystemServer is create ConnectivivtyService -> NPMS#bindConnectivityManager -> NPMS#systemReady. NPMS#initService is called under NPMS#systemReady, it guarantees that ConnectivityManager will always be initialized when it is called. Bug: 209935649 Test: m Change-Id: I2142f997ae1086d1cc3f71d5b2f5c9cfe0466a76
Diffstat (limited to 'opengl/java')
0 files changed, 0 insertions, 0 deletions