Searched refs:WatchedHistoryManager (Results 1 – 5 of 5) sorted by relevance
43 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()
23 import com.android.tv.data.WatchedHistoryManager.WatchedRecord;45 private WatchedHistoryManager mWatchedHistoryManager;51 new WatchedHistoryManager( in setUp()133 implements WatchedHistoryManager.Listener {
48 public class WatchedHistoryManager { class102 public WatchedHistoryManager(Context context) { in WatchedHistoryManager() method in WatchedHistoryManager107 WatchedHistoryManager(Context context, int maxHistorySize, Executor executor) { in WatchedHistoryManager() method in WatchedHistoryManager
74 import com.android.tv.data.WatchedHistoryManager;143 @Nullable private WatchedHistoryManager mWatchedHistoryManager;570 public void setWatchedHistoryManager(WatchedHistoryManager watchedHistoryManager) { in setWatchedHistoryManager()
100 import com.android.tv.data.WatchedHistoryManager;635 WatchedHistoryManager watchedHistoryManager = in onCreate()636 new WatchedHistoryManager(getApplicationContext()); in onCreate()