Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java61 private static final int MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED = 1005; field in RecommendationDataManager
64 private static final int MSG_LAST = MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED;
153 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) {
154 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED);
176 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) {
177 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED);
337 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) { in onUpdateChannels()
338 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED); in onUpdateChannels()
589 case MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED: in handleMessage()