Home
last modified time | relevance | path

Searched refs:topPriority (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java130 int topPriority = Integer.MIN_VALUE; in getCurrentDefaultHome() local
133 if (resolveInfo.priority > topPriority) { in getCurrentDefaultHome()
135 topPriority = resolveInfo.priority; in getCurrentDefaultHome()
136 } else if (resolveInfo.priority == topPriority) { in getCurrentDefaultHome()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
H A DConnectivityController.java192 final int topPriority = prioritizeExistenceOver(JobInfo.BIAS_TOP_APP - 1,
194 if (topPriority != 0) {
195 return topPriority;