Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/analytics/
DSendChannelStatusRunnable.java39 public class SendChannelStatusRunnable implements Runnable { class
45 final SendChannelStatusRunnable sendChannelStatusRunnable = new SendChannelStatusRunnable( in startChannelStatusRecurringRunner()
90 private SendChannelStatusRunnable(ChannelDataManager channelDataManager, Tracker tracker) { in SendChannelStatusRunnable() method in SendChannelStatusRunnable
/packages/apps/TV/src/com/android/tv/
DMainActivity.java73 import com.android.tv.analytics.SendChannelStatusRunnable;
651 mChannelStatusRecurringRunner = SendChannelStatusRunnable in onCreate()