Searched refs:mVctItemHandledStatus (Results 1 – 1 of 1) sorted by relevance
73 private final SparseBooleanArray mVctItemHandledStatus = new SparseBooleanArray(); field in TsParser375 int statusIndex = mVctItemHandledStatus.indexOfKey(sourceId); in handleVctItem()377 mVctItemHandledStatus.put(sourceId, false); in handleVctItem()380 if (!mVctItemHandledStatus.valueAt(statusIndex)) { in handleVctItem()384 mVctItemHandledStatus.put(sourceId, true); in handleVctItem()433 mVctItemHandledStatus.put(sourceId, true); in handleEvents()436 mVctItemHandledStatus.put(sourceId, false); in handleEvents()