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

Commit c459e133 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: I1d43633705b69bf0111386630b2eebf394cb9366
parent cb425ff3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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{