Searched refs:mSupportedStandardBuckets (Results 1 – 1 of 1) sorted by relevance
89 private final boolean[] mSupportedStandardBuckets; field in EnergyConsumerStats.Config100 mSupportedStandardBuckets = supportedStandardBuckets; in Config()105 if (mSupportedStandardBuckets[bucket]) { in Config()117 return Arrays.equals(mSupportedStandardBuckets, other.mSupportedStandardBuckets) in isCompatible()134 out.writeInt(config.mSupportedStandardBuckets.length); in writeToParcel()135 out.writeBooleanArray(config.mSupportedStandardBuckets); in writeToParcel()178 return mSupportedStandardBuckets.length + mCustomBucketNames.length; in getNumberOfBuckets()185 return mSupportedStandardBuckets[index]; in isSupportedBucket()255 if (!mConfig.mSupportedStandardBuckets[stdBucket]) { in EnergyConsumerStats()