Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
DAmbientBrightnessDayStats.java45 private final float[] mBucketBoundaries; field in AmbientBrightnessDayStats
91 mBucketBoundaries = bucketBoundaries; in AmbientBrightnessDayStats()
116 return mBucketBoundaries; in getBucketBoundaries()
121 mBucketBoundaries = source.createFloatArray(); in AmbientBrightnessDayStats()
151 return mLocalDate.equals(other.mLocalDate) && Arrays.equals(mBucketBoundaries, in equals()
152 other.mBucketBoundaries) && Arrays.equals(mStats, other.mStats); in equals()
160 result = result * prime + Arrays.hashCode(mBucketBoundaries); in hashCode()
170 for (int i = 0; i < mBucketBoundaries.length; i++) { in toString()
175 bucketBoundariesString.append(mBucketBoundaries[i]); in toString()
192 dest.writeFloatArray(mBucketBoundaries); in writeToParcel()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DIntHistogram.java45 private final int[] mBucketBoundaries; field in IntHistogram
90 mBucketBoundaries = bucketBoundaries.clone(); in IntHistogram()
113 return mBucketBoundaries.length + 1; in numTotalBuckets()
122 ? Integer.MIN_VALUE : mBucketBoundaries[bucketKey - 1]; in getBucketByIndex()
123 int end = bucketKey == mBucketBoundaries.length in getBucketByIndex()
124 ? Integer.MAX_VALUE : mBucketBoundaries[bucketKey]; in getBucketByIndex()
150 int insertionIndex = Arrays.binarySearch(mBucketBoundaries, value); in getBucketKey()
175 sb.append(mBucketBoundaries[bucketKey - 1]); in toString()
178 if (bucketKey == mBucketBoundaries.length) { in toString()
181 sb.append(mBucketBoundaries[bucketKey]).append(')'); in toString()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22569 Landroid/hardware/display/AmbientBrightnessDayStats;->mBucketBoundaries:[F