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

Commit 7456216a authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Update reporting criteria tables with more values" into rvc-dev am: 20399449

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


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