Searched refs:customBucketToIndex (Results 1 – 1 of 1) sorted by relevance
408 final int index = customBucketToIndex(customBucket); in updateCustomBucket()505 return mAccumulatedChargeMicroCoulomb[customBucketToIndex(customBucket)]; in getAccumulatedCustomBucketCharge()514 charges[bucket] = mAccumulatedChargeMicroCoulomb[customBucketToIndex(bucket)]; in getAccumulatedCustomBucketCharges()677 private static int customBucketToIndex(int customBucket) { in customBucketToIndex() method in EnergyConsumerStats699 && customBucketToIndex(customBucket) < mAccumulatedChargeMicroCoulomb.length; in isValidCustomBucket()