Searched refs:getTagValues (Results 1 – 3 of 3) sorted by relevance
23 import static io.opencensus.implcore.stats.RecordUtils.getTagValues;151 getTagValues(getTagMap(context), super.view.getColumns()); in record()251 getTagValues(getTagMap(context), super.view.getColumns()); in record()
78 static List</*@Nullable*/ TagValue> getTagValues( in getTagValues() method in RecordUtils
71 assertThat(RecordUtils.getTagValues(tags, columns)) in testGetTagValues()