Loading apex/jobscheduler/service/aconfig/job.aconfig +14 −7 Original line number Diff line number Diff line package: "com.android.server.job" flag { name: "batch_active_bucket_jobs" namespace: "backstage_power" description: "Include jobs in the ACTIVE bucket in the job batching effort. Don't let them run as freely as they're ready." bug: "299329948" } flag { name: "batch_connectivity_jobs_per_network" namespace: "backstage_power" description: "Have JobScheduler attempt to delay the start of some connectivity jobs until there are several ready or the network is active" bug: "28382445" } flag { name: "do_not_force_rush_execution_at_boot" namespace: "backstage_power" Loading @@ -20,10 +34,3 @@ flag { description: "Throw an exception if an unsupported app uses JobInfo.setBias" bug: "300477393" } flag { name: "batch_jobs_on_network_activation" namespace: "backstage_power" description: "Have JobScheduler attempt to delay the start of some connectivity jobs until the network is actually active" bug: "318394184" } apex/jobscheduler/service/java/com/android/server/job/JobConcurrencyManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ class JobConcurrencyManager { static final String CONFIG_KEY_PREFIX_CONCURRENCY = "concurrency_"; private static final String KEY_CONCURRENCY_LIMIT = CONFIG_KEY_PREFIX_CONCURRENCY + "limit"; @VisibleForTesting static final int DEFAULT_CONCURRENCY_LIMIT; static { Loading Loading
apex/jobscheduler/service/aconfig/job.aconfig +14 −7 Original line number Diff line number Diff line package: "com.android.server.job" flag { name: "batch_active_bucket_jobs" namespace: "backstage_power" description: "Include jobs in the ACTIVE bucket in the job batching effort. Don't let them run as freely as they're ready." bug: "299329948" } flag { name: "batch_connectivity_jobs_per_network" namespace: "backstage_power" description: "Have JobScheduler attempt to delay the start of some connectivity jobs until there are several ready or the network is active" bug: "28382445" } flag { name: "do_not_force_rush_execution_at_boot" namespace: "backstage_power" Loading @@ -20,10 +34,3 @@ flag { description: "Throw an exception if an unsupported app uses JobInfo.setBias" bug: "300477393" } flag { name: "batch_jobs_on_network_activation" namespace: "backstage_power" description: "Have JobScheduler attempt to delay the start of some connectivity jobs until the network is actually active" bug: "318394184" }
apex/jobscheduler/service/java/com/android/server/job/JobConcurrencyManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,6 @@ class JobConcurrencyManager { static final String CONFIG_KEY_PREFIX_CONCURRENCY = "concurrency_"; private static final String KEY_CONCURRENCY_LIMIT = CONFIG_KEY_PREFIX_CONCURRENCY + "limit"; @VisibleForTesting static final int DEFAULT_CONCURRENCY_LIMIT; static { Loading