Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java60 private static final int MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED = 1004; field in RecommendationDataManager
302 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onStart()
370 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onLoadWatchHistory()
393 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onLoadFinished()
584 case MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED: in handleMessage()