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

Commit bd6ea7dc authored by Xin Guan's avatar Xin Guan
Browse files

Fix the quota exempted window size tuning issue through device config

Bug: 412323410
Test: atest FrameworksMockingServicesTests:com.android.server.job.controllers.QuotaControllerTest
Test: Run adb shell device_config put jobscheduler qc_window_size_exempted_ms XXX
      and verify the output
Flag: EXEMPT bugfix
Change-Id: Ie5665becdeaa9f2cc694f45ae90c9ae75dbf6658
parent 2c90268f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3726,6 +3726,7 @@ public final class QuotaController extends StateController {
                case KEY_ALLOWED_TIME_PER_PERIOD_ADDITION_INSTALLER_MS:
                case KEY_IN_QUOTA_BUFFER_MS:
                case KEY_MAX_EXECUTION_TIME_MS:
                case KEY_WINDOW_SIZE_EXEMPTED_MS:
                case KEY_WINDOW_SIZE_ACTIVE_MS:
                case KEY_WINDOW_SIZE_WORKING_MS:
                case KEY_WINDOW_SIZE_FREQUENT_MS: