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