Merge "Add new NetworkType for WIFI+CELLULAR+VPN transport" am: abc516b9f9 am: 6ae6d9d125 am: 1bee999329
Change-Id: I35c23484dfa9beb8ff277743d36aa9571f212054
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user