Searched refs:mLastEntry (Results 1 – 1 of 1) sorted by relevance
499 mLastEntry = new Pair<Long, Cue>( in next()505 return mLastEntry; in next()512 mLastEntry.second.mEndTimeMs != mLastEntry.first) { in remove()519 if (mCues.get(mLastEntry.first).size() == 0) { in remove()520 mCues.remove(mLastEntry.first); in remove()524 Cue cue = mLastEntry.second; in remove()570 private Pair<Long,Cue> mLastEntry; field in EntryIterator