summaryrefslogtreecommitdiff
path: root/tests/vcn/java/com/android/server/VcnManagementServiceTest.java
diff options
context:
space:
mode:
authorBenedict Wong <benedictwong@google.com>2021-03-12 16:12:58 -0800
committerBenedict Wong <benedictwong@google.com>2021-03-17 10:26:21 -0700
commit226af1dbfdac3112f41982ebf2e9fd1a0f3cc323 (patch)
tree7f5a10cf9b8820133ba3d88bc20aa75471d673bb /tests/vcn/java/com/android/server/VcnManagementServiceTest.java
parent3a95fb9b5020797981b08232b4232d38e385729c (diff)
Hide required underlying caps APIs
VCN underlying network capabilities should be transport-dependent in order to allow using anything other than the INTERNET capability for VCN types that support wifi offload. Specifically, if underlying network capabilities are not transport-dependent, and Wifi only ever supports the INTERNET capability, the VCN is unable to utilize wifi offload together with requiring NET_CAPABILITY_IMS or NET_CAPABILITY_CBS, since the IMS or CBS capability would be required for both cellular and wifi underlying networks. Until such time as a per-transport capability set is allowed, hide the exposedCapability pieces, and document that all underlying networks MUST have INTERNET capability in order to be used. Bug: 182219992 Test: atest FrameworksVcnTests Test: atest CtsVcnTestCases Change-Id: I50d7f1be42e0e001f1413a3d5fe8aa4b7afec223
Diffstat (limited to 'tests/vcn/java/com/android/server/VcnManagementServiceTest.java')
0 files changed, 0 insertions, 0 deletions