Add new NetworkType for WIFI+CELLULAR+VPN transport

Define NT_WIFI_CELLULAR_VPN in enum NetworkType.
=>Indicates this network uses a WIFI+CELLULAR+VPN transport.

Bug: 143732914
Test: Manual test with statsd_testdrive
Change-Id: I1d43633705b69bf0111386630b2eebf394cb9366
This commit is contained in:
lifr
2020-03-31 20:42:38 +08:00
parent cb425ff365
commit c459e133f2

View File

@@ -184,6 +184,8 @@ enum NetworkType {
NT_BLUETOOTH_VPN = 10; NT_BLUETOOTH_VPN = 10;
// Indicates this network uses an Ethernet+VPN transport. // Indicates this network uses an Ethernet+VPN transport.
NT_ETHERNET_VPN = 11; NT_ETHERNET_VPN = 11;
// Indicates this network uses a Wi-Fi+Cellular+VPN transport.
NT_WIFI_CELLULAR_VPN = 12;
} }
enum CacheStatus{ enum CacheStatus{