Searched refs:customBucketToIndex (Results 1 – 1 of 1) sorted by relevance
407 final int index = customBucketToIndex(customBucket); in updateCustomBucket()504 return mAccumulatedChargeMicroCoulomb[customBucketToIndex(customBucket)]; in getAccumulatedCustomBucketCharge()513 charges[bucket] = mAccumulatedChargeMicroCoulomb[customBucketToIndex(bucket)]; in getAccumulatedCustomBucketCharges()676 private static int customBucketToIndex(int customBucket) { in customBucketToIndex() method in EnergyConsumerStats698 && customBucketToIndex(customBucket) < mAccumulatedChargeMicroCoulomb.length; in isValidCustomBucket()