Searched refs:MetricsReporter (Results 1 – 4 of 4) sorted by relevance
46 import com.android.timezone.location.provider.core.MetricsReporter;149 @NonNull private final MetricsReporter mMetricsReporter;188 private MetricsReporter createMetricsReporter(@NonNull String className) { in createMetricsReporter()191 return (MetricsReporter) clazz.newInstance(); in createMetricsReporter()355 MetricsReporter.LISTENING_STOPPED_REASON_TIMED_OUT); in startPassiveLocationListening()369 MetricsReporter.LISTENING_STOPPED_REASON_CANCELLED); in startPassiveLocationListening()400 MetricsReporter.LISTENING_STOPPED_REASON_CANCELLED);426 MetricsReporter.LISTENING_STOPPED_REASON_LOCATION_OBTAINED);
18 import com.android.timezone.location.provider.core.MetricsReporter;25 public class MetricsReporterImpl extends MetricsReporter {
24 public abstract class MetricsReporter { class
16 # The implementation of com.android.timezone.location.provider.core.MetricsReporter to use.