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

Commit 3d0db266 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update reporting criteria tables with more values" am: 8fe6cac3

Change-Id: Ib6c012c3b284405892b8f61c31c656be1fcd75c6
parents 92f43906 8fe6cac3
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -866,10 +866,13 @@ public class DeviceStateMonitor extends Handler {
            10000,  // file downloading
            20000,  // 4K video streaming
            50000,  // LTE-Advanced speeds
            75000,
            100000,
            200000, // 5G speeds
            500000,
            1000000
            1000000,
            1500000,
            2000000
    };

    /** Uplink reporting thresholds in kbps */
@@ -881,7 +884,9 @@ public class DeviceStateMonitor extends Handler {
            10000,  // file uploading
            20000,  // 4K video calling
            50000,
            75000,
            100000,
            200000
            200000,
            500000
    };
}