Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DAudioPlayerStateMonitor.java261 int firstActiveUidIndex = -1; in onPlaybackConfigChanged() local
265 firstActiveUidIndex = i; in onPlaybackConfigChanged()
270 for (int i = firstActiveUidIndex; i > 0; --i) { in onPlaybackConfigChanged()