Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance
56 collectionState.halfwayCount = collectionState.lastCount; in track()58 collectionState.lastCount = collection.size(); in track()68 int lastCount = -1; field in TrackedCollections.CollectionState87 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()88 ratePerHour(startUptime, 0, now, lastCount), in dump()89 lastCount); in dump()
1072 final int lastCount = mSensorDiscontinuityCounts.get(handle); in dispatchSensorEvent() local1074 if (lastCount >= 0 && lastCount != curCount) { in dispatchSensorEvent()