Searched refs:metricType (Results 1 – 1 of 1) sorted by relevance
87 public long readMetric(String suggestionId, String eventType, String metricType) { in readMetric() argument91 } else if (!METRICS.contains(metricType)) { in readMetric()92 Log.w(TAG, "Required stat type + " + metricType + " is not a valid stat!"); in readMetric()95 return readPref(getPrefKey(suggestionId, eventType, metricType), (long) 0); in readMetric()