Searched refs:PRIORITY_TOP_APP (Results 1 – 5 of 5) sorted by relevance
226 public static final int PRIORITY_TOP_APP = 40; field in JobInfo1627 case PRIORITY_TOP_APP: in getPriorityString()1628 return PRIORITY_TOP_APP + " [TOP_APP]"; in getPriorityString()
470 if (job.lastEvaluatedPriority >= JobInfo.PRIORITY_TOP_APP) { in noteActive()481 if (job.lastEvaluatedPriority >= JobInfo.PRIORITY_TOP_APP) { in noteInactive()
208 return job.lastEvaluatedPriority >= JobInfo.PRIORITY_TOP_APP; in isFgJob()
1218 mUidPriorityOverride.put(uid, JobInfo.PRIORITY_TOP_APP); in updateUidState()2414 if (curPriority < JobInfo.PRIORITY_TOP_APP) { in adjustJobPriority()
7667 Landroid/app/job/JobInfo;->PRIORITY_TOP_APP:I