Searched refs:getCustomBucketNames (Results 1 – 3 of 3) sorted by relevance
128 mCustomBucketNames = template.getCustomBucketNames(); in MeasuredEnergyStats()394 dest.writeStringArray(stats.getCustomBucketNames()); in writeSummaryToParcel()460 public String[] getCustomBucketNames() { in getCustomBucketNames() method in MeasuredEnergyStats
74 assertThat(stats.getCustomBucketNames()).asList().containsExactly("A", "B"); in testConstruction()178 assertThat(newStats.getCustomBucketNames()).asList().containsExactly("A", "B"); in testCreateAndReadSummaryFromParcel()238 assertThat(newStats.getCustomBucketNames()).asList().containsExactly("A", "B"); in testCreateAndReadSummaryFromParcel_existingTemplate()
7373 final String[] names = mGlobalMeasuredEnergyStats.getCustomBucketNames(); in getCustomEnergyConsumerNames()