Add new NetworkType for WIFI+CELLULAR+VPN transport am: 1e3dffd334 am: 8e73c91774 am: 614a9ce931

Change-Id: I1c27cbbcce7bfa154be2ac30a77520bed10a8c90
This commit is contained in:
Frank Li
2020-04-08 05:36:15 +00:00
committed by Automerger Merge Worker

View File

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