Searched refs:lastIdx (Results 1 – 3 of 3) sorted by relevance
512 int lastIdx = 1; in parseNetworkStatsFromGoldenSample() local524 if (idx != lastIdx + 1) { in parseNetworkStatsFromGoldenSample()526 "inconsistent idx=" + idx + " after lastIdx=" + lastIdx); in parseNetworkStatsFromGoldenSample()528 lastIdx = idx; in parseNetworkStatsFromGoldenSample()
845 int lastIdx = mPacketSections.size() - 1; in addMatchSection() local846 if (lastIdx >= 0) { // there had to be a previous section in addMatchSection()847 PacketSection prev = mPacketSections.get(lastIdx); in addMatchSection()852 mPacketSections.remove(lastIdx); in addMatchSection()
3104 Landroid/icu/text/DictionaryBreakEngine$DequeI;->lastIdx:I