OSDN Git Service

Support bluetooth not using MultinetworkPolicyTracker
authorErik Kline <ek@google.com>
Mon, 12 Mar 2018 14:18:58 +0000 (23:18 +0900)
committerErik Kline <ek@google.com>
Mon, 9 Apr 2018 06:09:36 +0000 (23:09 -0700)
commit8d1fe54be1b605846cca9dfe4a966b3c5e739caa
treec05dcd9b8692b71c878cb442d1e0290d3932a306
parentd61e87ad0899c8a737aa8f3f43b263bcee24325f
Support bluetooth not using MultinetworkPolicyTracker

This required advancing the IpManager to IpClient refactoring
(Bluetooth used IpManager and friends). Most importantly, the
Bluetooth code used WaitForProvisioningCallback, so this is
moved into IpClient proper now. Also: some more renaming
cleanup.

Test: as follows
    - built
    - flashed
    - booted
    - runtest frameworks-net passes
Bug: 62476366
Bug: 72663849

Change-Id: I9eee2a9d5c31cdd48a054a7edc3403584efb1864
core/java/android/net/metrics/ApfStats.java
services/net/java/android/net/ip/IpClient.java
services/net/java/android/net/ip/IpManager.java
tests/net/java/android/net/apf/ApfTest.java