Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
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()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp153 int32_t topPriority = -1; in getHighestPriorityClient() local
162 if (curPriority >= topPriority) { in getHighestPriorityClient()
164 topPriority = curPriority; in getHighestPriorityClient()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DConnectivityController.java230 final int topPriority = prioritizeExistenceOver(JobInfo.BIAS_TOP_APP - 1,
232 if (topPriority != 0) {
233 return topPriority;