Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarVolume.java69 private static final int CONTEXT_HIGHEST_PRIORITY = 0; field in CarVolume
132 for (int priority = CONTEXT_HIGHEST_PRIORITY; in CarVolume()
137 mLowestPriority = CONTEXT_HIGHEST_PRIORITY + mVolumePriorityByAudioContext.size(); in CarVolume()
243 if (currentPriority == CONTEXT_HIGHEST_PRIORITY) { in findActiveContextWithHighestPriority()