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.java64 private static final int MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED = 1004; field in RecommendationDataManager
290 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onStart()
360 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onLoadWatchHistory()
383 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED); in onLoadFinished()
564 case MSG_NOTIFY_CHANNEL_RECORD_MAP_LOADED: in handleMessage()