Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java43 import com.android.tv.data.WatchedHistoryManager;
58 public class RecommendationDataManager implements WatchedHistoryManager.Listener {
91 @Nullable private WatchedHistoryManager mWatchedHistoryManager;
272 mWatchedHistoryManager = new WatchedHistoryManager(mContext); in onStart()
365 WatchedHistoryManager.WatchedRecord watchedRecord) { in convertFromWatchedHistoryManagerRecords()
379 for (WatchedHistoryManager.WatchedRecord record : in onLoadFinished()
387 public void onNewRecordAdded(WatchedHistoryManager.WatchedRecord watchedRecord) { in onNewRecordAdded()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DWatchedHistoryManagerTest.java23 import com.android.tv.data.WatchedHistoryManager.WatchedRecord;
45 private WatchedHistoryManager mWatchedHistoryManager;
51 new WatchedHistoryManager( in setUp()
133 implements WatchedHistoryManager.Listener {
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java48 public class WatchedHistoryManager { class
102 public WatchedHistoryManager(Context context) { in WatchedHistoryManager() method in WatchedHistoryManager
107 WatchedHistoryManager(Context context, int maxHistorySize, Executor executor) { in WatchedHistoryManager() method in WatchedHistoryManager
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java74 import com.android.tv.data.WatchedHistoryManager;
143 @Nullable private WatchedHistoryManager mWatchedHistoryManager;
570 public void setWatchedHistoryManager(WatchedHistoryManager watchedHistoryManager) { in setWatchedHistoryManager()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java100 import com.android.tv.data.WatchedHistoryManager;
635 WatchedHistoryManager watchedHistoryManager = in onCreate()
636 new WatchedHistoryManager(getApplicationContext()); in onCreate()