Searched refs:customBucketToIndex (Results 1 – 1 of 1) sorted by relevance
229 final int index = customBucketToIndex(customBucket); in updateCustomBucket()264 return mAccumulatedChargeMicroCoulomb[customBucketToIndex(customBucket)]; in getAccumulatedCustomBucketCharge()273 charges[bucket] = mAccumulatedChargeMicroCoulomb[customBucketToIndex(bucket)]; in getAccumulatedCustomBucketCharges()502 private static int customBucketToIndex(int customBucket) { in customBucketToIndex() method in MeasuredEnergyStats524 && customBucketToIndex(customBucket) < mAccumulatedChargeMicroCoulomb.length; in isValidCustomBucket()