Merge "Add new NetworkType for WIFI+CELLULAR+VPN transport" am: abc516b9f9 am: 6ae6d9d125 am: 1bee999329 am: 52cddf916b am: eb25000e9c

Change-Id: I4575b912db7457e0e0c1dea4d1af07389a4cf394
This commit is contained in:
Frank Li
2020-04-02 20:19:43 +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{