Home
last modified time | relevance | path

Searched refs:sampleType (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/health/include/pixelhealth/
DBatteryMetricsLogger.h53 enum sampleType { enum
96 bool uploadOutlierMetric(const std::shared_ptr<IStats> &stats_client, sampleType type);
/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp52 sampleType type) { in uploadOutlierMetric()
120 uploadOutlierMetric(stats_client, static_cast<sampleType>(metric)); in uploadMetrics()