Searched refs:getCustomBucketNames (Results 1 – 3 of 3) sorted by relevance
87 assertThat(config.getCustomBucketNames()).asList().containsExactly("A", "B"); in testConstruction()169 assertThat(newConfig.getCustomBucketNames()).isEqualTo(new String[]{"A", "B"}); in testCreateAndReadConfigFromParcel()
190 public String[] getCustomBucketNames() { in getCustomBucketNames() method in EnergyConsumerStats.Config
7933 final String[] names = mEnergyConsumerStatsConfig.getCustomBucketNames(); in getCustomEnergyConsumerNames()