Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSnapshotStatistics.java103 private final BinMap mTimeBins; field in SnapshotStatistics
309 mTimes = new int[mTimeBins.count()]; in Stats()
409 int[] keys = mTimeBins.userKeys(); in dumpTimes()
492 mTimeBins = new BinMap(new int[] { 1, 2, 5, 10, 20, 50, 100 }); in SnapshotStatistics()
541 final int timeBin = mTimeBins.getBin(duration / 1000); in rebuild()