Searched refs:BIAS_FOREGROUND_SERVICE (Results 1 – 8 of 8) sorted by relevance
96 if (bias >= JobInfo.BIAS_FOREGROUND_SERVICE) { in isJobRestricted()126 if (bias >= JobInfo.BIAS_FOREGROUND_SERVICE in isJobRestricted()141 if (bias >= JobInfo.BIAS_FOREGROUND_SERVICE) { in isJobRestricted()
359 public static final int BIAS_FOREGROUND_SERVICE = 35; field in JobInfo363 public static final int PRIORITY_FOREGROUND_SERVICE = BIAS_FOREGROUND_SERVICE;2548 case BIAS_FOREGROUND_SERVICE: in getBiasString()2549 return BIAS_FOREGROUND_SERVICE + " [FGS_APP]"; in getBiasString()
117 JobInfo.BIAS_FOREGROUND_SERVICE,398 int jobBias = JobInfo.BIAS_FOREGROUND_SERVICE; in testIsJobRestrictedBiasFgs_flagThermalRestrictionsToFgsJobsDisabled()433 int jobBias = JobInfo.BIAS_FOREGROUND_SERVICE; in testIsJobRestrictedBiasFgs_flagThermalRestrictionsToFgsJobsEnabled()
19 import static android.app.job.JobInfo.BIAS_FOREGROUND_SERVICE;1315 setUidBias(mSourceUid, JobInfo.BIAS_FOREGROUND_SERVICE); in testForegroundAppBypass()1880 setUidBias(mSourceUid, BIAS_FOREGROUND_SERVICE); in testUidUpdatesLifeCycle()1888 setUidBias(mSourceUid, BIAS_FOREGROUND_SERVICE); in testUidUpdatesLifeCycle()
2265 } else if (js.lastEvaluatedBias >= JobInfo.BIAS_FOREGROUND_SERVICE) { in getJobWorkTypes()2277 if (js.lastEvaluatedBias >= JobInfo.BIAS_FOREGROUND_SERVICE in getJobWorkTypes()
2434 mUidBiasOverride.put(uid, JobInfo.BIAS_FOREGROUND_SERVICE);
249 final int fgsPriority = prioritizeExistenceOver(JobInfo.BIAS_FOREGROUND_SERVICE - 1,
2476 createJobInfo(1).setBias(JobInfo.BIAS_FOREGROUND_SERVICE));