Files
frameworks_base/core/proto/android
Kweku Adams d48eef0d22 Add throttling by job run session.
A session is considered a period of time when jobs for an app ran.
Overlapping jobs are counted as part of the same session. This adds a
way to limit the number of job sessions an app can run. This includes a
mechanism to coalesce sessions -- if a second session started soon after
one just ended, they will only be counted as one session.

Bug: 132227621
Test: atest com.android.server.job.controllers.QuotaControllerTest
Test: atest CtsJobSchedulerTestCases
Change-Id: Id2ac4037731f57547d00985e8d549b9e990a5f3e
2019-05-17 16:13:45 -07:00
..
2019-05-17 16:13:45 -07:00
2018-12-07 21:44:58 +00:00
2018-12-13 16:24:15 -08:00