Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/logging/
DSystemHistogramFactory.java27 float minValue, float exclusiveMaxValue) { in newUniformHistogram() argument
29 binCount, minValue, exclusiveMaxValue)); in newUniformHistogram()
DHistogramFactoryInterface.java44 float minValue, float exclusiveMaxValue); in newUniformHistogram() argument