Searched refs:PRIORITY_BOUND_FOREGROUND_SERVICE (Results 1 – 4 of 4) sorted by relevance
41 private static final int HIGH_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE + 1;42 private static final int LOW_PRIORITY = JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE;
210 public static final int PRIORITY_BOUND_FOREGROUND_SERVICE = 30; field in JobInfo214 public static final int PRIORITY_FOREGROUND_APP = PRIORITY_BOUND_FOREGROUND_SERVICE;1733 case PRIORITY_BOUND_FOREGROUND_SERVICE: in getPriorityString()1734 return PRIORITY_BOUND_FOREGROUND_SERVICE + " [BFGS_APP]"; in getPriorityString()
879 if (uidStats.basePriority >= JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE in getNetworkLocked()
1337 mUidPriorityOverride.put(uid, JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE);2497 if (priority >= JobInfo.PRIORITY_BOUND_FOREGROUND_SERVICE) {