Searched refs:lastPlayingIndex (Results 1 – 1 of 1) sorted by relevance
1263 int lastPlayingIndex = mPRStack.size(); in pushMediaButtonReceiver_syncPrs() local1271 lastPlayingIndex = index; in pushMediaButtonReceiver_syncPrs()1283 mPRStack.add(lastPlayingIndex, prse); in pushMediaButtonReceiver_syncPrs()1295 if (inStackIndex > lastPlayingIndex) { in pushMediaButtonReceiver_syncPrs()1296 mPRStack.add(lastPlayingIndex, prse); in pushMediaButtonReceiver_syncPrs()1298 mPRStack.add(lastPlayingIndex - 1, prse); in pushMediaButtonReceiver_syncPrs()1306 Log.e(TAG, "Wrong index (inStack=" + inStackIndex + " lastPlaying=" + lastPlayingIndex in pushMediaButtonReceiver_syncPrs()