Home
last modified time | relevance | path

Searched defs:logMetric (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DLogcatMetricsLogger.java35 public void logMetric(String key, int value) { in logMetric() method in LogcatMetricsLogger
40 public void logMetric(String key, String value) { in logMetric() method in LogcatMetricsLogger
45 public void logMetric(String key, boolean value) { in logMetric() method in LogcatMetricsLogger
DMetricsLogger.java44 void logMetric(String key, int value); in logMetric() method
52 void logMetric(String key, String value); in logMetric() method
60 void logMetric(String key, boolean value); in logMetric() method
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/playbacktests/src/androidTest/java/com/google/android/exoplayer2/playbacktests/gts/
DLogcatMetricsLogger.java35 public void logMetric(String key, int value) { in logMetric() method in LogcatMetricsLogger
40 public void logMetric(String key, String value) { in logMetric() method in LogcatMetricsLogger
45 public void logMetric(String key, boolean value) { in logMetric() method in LogcatMetricsLogger
DMetricsLogger.java44 void logMetric(String key, int value); in logMetric() method
52 void logMetric(String key, String value); in logMetric() method
60 void logMetric(String key, boolean value); in logMetric() method
/external/setupcompat/main/aidl/com/google/android/setupcompat/
DISetupCompatService.aidl28 oneway void logMetric(int metricType, in Bundle arguments, in Bundle extras) = 1; in logMetric() method