Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DMediaFocusControl.java1305 int inStackIndex = -1; in pushMediaButtonReceiver_syncPrs() local
1315 inStackIndex = index; in pushMediaButtonReceiver_syncPrs()
1319 if (inStackIndex == -1) { in pushMediaButtonReceiver_syncPrs()
1328 prse = mPRStack.elementAt(inStackIndex); in pushMediaButtonReceiver_syncPrs()
1330 mPRStack.removeElementAt(inStackIndex); in pushMediaButtonReceiver_syncPrs()
1336 if (inStackIndex > lastPlayingIndex) { in pushMediaButtonReceiver_syncPrs()
1347 Log.e(TAG, "Wrong index (inStack=" + inStackIndex + " lastPlaying=" + lastPlayingIndex in pushMediaButtonReceiver_syncPrs()