Searched refs:mLastEntry (Results 1 – 2 of 2) sorted by relevance
502 mLastEntry = new Pair<Long, Cue>( in next()508 return mLastEntry; in next()515 mLastEntry.second.mEndTimeMs != mLastEntry.first) { in remove()522 if (mCues.get(mLastEntry.first).size() == 0) { in remove()523 mCues.remove(mLastEntry.first); in remove()527 Cue cue = mLastEntry.second; in remove()573 private Pair<Long,Cue> mLastEntry; field in EntryIterator
33447 Landroid/media/SubtitleTrack$CueList$EntryIterator;->mLastEntry:Landroid/util/Pair;