Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c78c31a8 authored by lifr's avatar lifr
Browse files

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: I407ac1d0dcaec0aeb6581df614ffd3b0d03385b9
parent 04036362
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,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{