Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java90 private static final int MSG_SHOW_RECOMMENDATION = 1001; field in NotificationService
170 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onCurrentChannelChange()
171 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onCurrentChannelChange()
242 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand()
244 mHandler.obtainMessage(MSG_SHOW_RECOMMENDATION).sendToTarget(); in onStartCommand()
246 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand()
264 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommenderReady()
265 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onRecommenderReady()
274 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommendationChanged()
275 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onRecommendationChanged()
[all …]