Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DIntHistogram.java178 double highValue = Math.min(hitBucket.end, maximum); in quantileFunction() local
180 if (value >= highValue - 1.0 || hitBucket.count == 0) return Math.min(value, highValue); in quantileFunction()
182 value += (highValue - value) * (target - partialSum) / hitBucket.count; in quantileFunction()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java795 int highValue = appParam[i] & 0xff; in parseApplicationParameter() local
797 appParamValue.maxListCount = highValue * 256 + lowValue; in parseApplicationParameter()
803 int highValue = appParam[i] & 0xff; in parseApplicationParameter() local
805 appParamValue.listStartOffset = highValue * 256 + lowValue; in parseApplicationParameter()