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.java65 private static final int MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED = 1005; field in RecommendationDataManager
68 private static final int MSG_LAST = MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED;
155 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) {
156 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED);
178 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) {
179 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED);
326 && !mHandler.hasMessages(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED)) { in onUpdateChannels()
327 mHandler.sendEmptyMessage(MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED); in onUpdateChannels()
569 case MSG_NOTIFY_CHANNEL_RECORD_MAP_CHANGED: in handleMessage()