Searched refs:ExponentiallyBucketedHistogram (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DExponentiallyBucketedHistogram.java28 public class ExponentiallyBucketedHistogram { class
38 public ExponentiallyBucketedHistogram(@IntRange(from = 1, to = 31) int numBuckets) { method in class:ExponentiallyBucketedHistogram
/frameworks/base/core/java/android/app/
H A DQueuedWork.java28 import com.android.internal.util.ExponentiallyBucketedHistogram;
89 private final static ExponentiallyBucketedHistogram
90 mWaitTimes = new ExponentiallyBucketedHistogram(
H A DSharedPreferencesImpl.java30 import com.android.internal.util.ExponentiallyBucketedHistogram;
103 private final ExponentiallyBucketedHistogram mSyncTimes = new ExponentiallyBucketedHistogram(16);
/frameworks/base/config/
H A Dpreloaded-classes4089 com.android.internal.util.ExponentiallyBucketedHistogram
H A Dboot-image-profile.txt10176 HPLcom/android/internal/util/ExponentiallyBucketedHistogram;->log(Ljava/lang/String;Ljava/lang/CharSequence;)V
[all...]

Completed in 81 milliseconds