Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaFocusControl.java1264 int inStackIndex = -1; in pushMediaButtonReceiver_syncPrs() local
1274 inStackIndex = index; in pushMediaButtonReceiver_syncPrs()
1278 if (inStackIndex == -1) { in pushMediaButtonReceiver_syncPrs()
1287 prse = mPRStack.elementAt(inStackIndex); in pushMediaButtonReceiver_syncPrs()
1289 mPRStack.removeElementAt(inStackIndex); in pushMediaButtonReceiver_syncPrs()
1295 if (inStackIndex > lastPlayingIndex) { in pushMediaButtonReceiver_syncPrs()
1306 Log.e(TAG, "Wrong index (inStack=" + inStackIndex + " lastPlaying=" + lastPlayingIndex in pushMediaButtonReceiver_syncPrs()