Searched refs:setBias (Results 1 – 7 of 7) sorted by relevance
70 .setBias(LOW_BIAS) in testLowerBiasJobPreempted()77 .setBias(HIGH_BIAS) in testLowerBiasJobPreempted()102 .setBias(HIGH_BIAS) in testHigherBiasJobNotPreempted()109 .setBias(LOW_BIAS) in testHigherBiasJobNotPreempted()
546 .setBias(42) in testBiasPersisted()
2406 "testCheckIfRestrictedSingleRestriction", createJobInfo(1).setBias(bias));2432 "testGetMinJobExecutionGuaranteeMs", createJobInfo(1).setBias(bias));2476 createJobInfo(1).setBias(JobInfo.BIAS_FOREGROUND_SERVICE));2480 createJobInfo(2).setBias(JobInfo.BIAS_TOP_APP));2493 createJobInfo(1).setBias(JobInfo.BIAS_TOP_APP));
1307 jobBuilder.setBias(Integer.parseInt(val)); in restoreJobFromXml()1312 jobBuilder.setBias(Integer.parseInt(val)); in restoreJobFromXml()
4785 .setBias(JobInfo.BIAS_DEFAULT)
1380 public Builder setBias(int bias) { in setBias() method in JobInfo.Builder
1813 .setBias(bias) in scheduleSyncOperationH()