Home
last modified time | relevance | path

Searched refs:HISTOGRAM_REPORT_FLAG_UMA_STABILITY (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/metrics/
Dhistogram_base.h72 HISTOGRAM_REPORT_FLAG_UMA_STABILITY = 9, enumerator
Dhistogram_base.cc219 report_histogram_->Add(HISTOGRAM_REPORT_FLAG_UMA_STABILITY); in ReportHistogramActivity()
Dhistogram_base_unittest.cc208 EXPECT_EQ(2, samples->GetCount(HISTOGRAM_REPORT_FLAG_UMA_STABILITY)); in TEST_F()