xref: /aosp_15_r20/frameworks/base/apex/jobscheduler/service/aconfig/job.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "com.android.server.job"
2container: "system"
3
4flag {
5    name: "batch_active_bucket_jobs"
6    namespace: "backstage_power"
7    description: "Include jobs in the ACTIVE bucket in the job batching effort. Don't let them run as freely as they're ready."
8    bug: "326607666"
9}
10
11flag {
12    name: "batch_connectivity_jobs_per_network"
13    namespace: "backstage_power"
14    description: "Have JobScheduler attempt to delay the start of some connectivity jobs until there are several ready or the network is active"
15    bug: "28382445"
16}
17
18flag {
19    name: "do_not_force_rush_execution_at_boot"
20    namespace: "backstage_power"
21    description: "Don't force rush job execution right after boot completion"
22    bug: "321598070"
23}
24
25flag {
26    name: "relax_prefetch_connectivity_constraint_only_on_charger"
27    namespace: "backstage_power"
28    description: "Only relax a prefetch job's connectivity constraint when the device is charging and battery is not low"
29    bug: "299329948"
30}
31
32flag {
33    name: "count_quota_fix"
34    namespace: "backstage_power"
35    description: "Fix job count quota check"
36    bug: "300862949"
37    metadata {
38        purpose: PURPOSE_BUGFIX
39    }
40}
41
42flag {
43   name: "thermal_restrictions_to_fgs_jobs"
44   namespace: "backstage_power"
45   description: "Apply thermal restrictions to FGS jobs."
46   bug: "315157163"
47   metadata {
48       purpose: PURPOSE_BUGFIX
49   }
50}
51
52flag {
53   name: "create_work_chain_by_default"
54   namespace: "backstage_power"
55   description: "Create a workchain by default when acquiring a wakelock"
56   bug: "352676818"
57   metadata {
58       purpose: PURPOSE_BUGFIX
59   }
60}
61
62flag {
63   name: "remove_user_during_user_switch"
64   namespace: "backstage_power"
65   description: "Remove started user if user will be stopped due to user switch"
66   bug: "337077643"
67}
68
69flag {
70   name: "use_correct_process_state_for_logging"
71   namespace: "backstage_power"
72   description: "Use correct process state for statsd logging"
73   bug: "361308212"
74   metadata {
75       purpose: PURPOSE_BUGFIX
76   }
77}
78
79flag {
80   name: "enforce_quota_policy_to_fgs_jobs"
81   namespace: "backstage_power"
82   description: "Applies the normal quota policy to FGS jobs"
83   bug: "341201311"
84}
85
86flag {
87   name: "adjust_quota_default_constants"
88   namespace: "backstage_power"
89   description: "Adjust quota default parameters"
90   bug: "347058927"
91}
92
93flag {
94   name: "enforce_quota_policy_to_top_started_jobs"
95   namespace: "backstage_power"
96   description: "Apply the quota policy to jobs started when the app was in TOP state"
97   bug: "374323858"
98}