Searched refs:mCustomBucketNames (Results 1 – 1 of 1) sorted by relevance
92 private final String[] mCustomBucketNames; field in EnergyConsumerStats.Config102 mCustomBucketNames = customBucketNames != null ? customBucketNames : new String[0]; in Config()104 new boolean[supportedStandardBuckets.length + mCustomBucketNames.length]; in Config()119 && Arrays.equals(mCustomBucketNames, other.mCustomBucketNames) in isCompatible()137 out.writeStringArray(config.mCustomBucketNames); in writeToParcel()179 return mSupportedStandardBuckets.length + mCustomBucketNames.length; in getNumberOfBuckets()191 return mCustomBucketNames; in getCustomBucketNames()216 if (!TextUtils.isEmpty(mCustomBucketNames[customBucket])) { in getBucketName()217 name.append('(').append(mCustomBucketNames[customBucket]).append(')'); in getBucketName()