Home
last modified time | relevance | path

Searched refs:lastCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DTrackedCollections.java56 collectionState.halfwayCount = collectionState.lastCount; in track()
58 collectionState.lastCount = collection.size(); in track()
68 int lastCount = -1; field in TrackedCollections.CollectionState
87 ratePerHour(startUptime + HALFWAY_DELAY, halfwayCount, now, lastCount), in dump()
88 ratePerHour(startUptime, 0, now, lastCount), in dump()
89 lastCount); in dump()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java1072 final int lastCount = mSensorDiscontinuityCounts.get(handle); in dispatchSensorEvent() local
1074 if (lastCount >= 0 && lastCount != curCount) { in dispatchSensorEvent()