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.java47 private static final int CONTEXT_HIGHEST_PRIORITY = 0; field in CarVolume
104 for (int priority = CONTEXT_HIGHEST_PRIORITY; in CarVolume()
109 mLowestPriority = CONTEXT_HIGHEST_PRIORITY + mVolumePriorityByAudioContext.size(); in CarVolume()
171 if (currentPriority == CONTEXT_HIGHEST_PRIORITY) { in findActiveContextWithHighestPriority()