Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/
H A DStatsPublisher.java155 private final Runnable mPullReportsPeriodically = this::pullReportsPeriodically; field in StatsPublisher
228 mPullReportsPeriodically, PULL_REPORTS_PERIOD.toMillis()); in addDataSubscriber()
342 mTelemetryHandler.postDelayed(mPullReportsPeriodically, PULL_REPORTS_PERIOD.toMillis()); in pullReportsPeriodically()
393 mTelemetryHandler.removeCallbacks(mPullReportsPeriodically); in removeDataSubscriber()
426 mTelemetryHandler.removeCallbacks(mPullReportsPeriodically); in removeAllDataSubscribers()