HomeSort by relevance Sort by last modified time
    Searched refs:SendChannelStatusRunnable (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/analytics/
SendChannelStatusRunnable.java 39 public class SendChannelStatusRunnable implements Runnable {
45 final SendChannelStatusRunnable sendChannelStatusRunnable = new SendChannelStatusRunnable(
51 sendChannelStatusRunnable.setDbLoadListener(null);
55 SEND_CHANNEL_STATUS_INTERVAL_MS, sendChannelStatusRunnable, onStopRunnable);
58 sendChannelStatusRunnable.setDbLoadListener(null);
62 sendChannelStatusRunnable.setDbLoadListener(new ChannelDataManager.Listener() {
70 sendChannelStatusRunnable.setDbLoadListener(null);
90 private SendChannelStatusRunnable(ChannelDataManager channelDataManager, Tracker tracker)
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 66 import com.android.tv.analytics.SendChannelStatusRunnable;
612 mChannelStatusRecurringRunner = SendChannelStatusRunnable
    [all...]

Completed in 113 milliseconds