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} 99 100flag { 101 name: "enforce_schedule_limit_to_proxy_jobs" 102 namespace: "backstage_power" 103 description: "Limit the schedule calls towards the persisted proxy jobs" 104 bug: "377912323" 105 metadata { 106 purpose: PURPOSE_BUGFIX 107 } 108} 109 110flag { 111 name: "include_trace_tag_in_job_name" 112 namespace: "backstage_power" 113 description: "Add the trace tag to the job name" 114 bug: "354795473" 115 metadata { 116 purpose: PURPOSE_BUGFIX 117 } 118} 119 120flag { 121 name: "additional_quota_for_system_installer" 122 namespace: "backstage_power" 123 description: "Offer additional quota for system installer" 124 bug: "398264531" 125 metadata { 126 purpose: PURPOSE_BUGFIX 127 } 128} 129 130flag { 131 name: "tune_quota_window_default_parameters" 132 namespace: "backstage_power" 133 description: "Tune default active/exempted bucket quota parameters" 134 bug: "401767691" 135 metadata { 136 purpose: PURPOSE_BUGFIX 137 } 138} 139 140 141