Searched refs:mPullReportsPeriodically (Results 1 – 1 of 1) sorted by relevance
155 private final Runnable mPullReportsPeriodically = this::pullReportsPeriodically; field in StatsPublisher228 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()