Searched refs:MSG_SHOW_RECOMMENDATION (Results 1 – 1 of 1) sorted by relevance
88 private static final int MSG_SHOW_RECOMMENDATION = 1001; field in NotificationService168 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onCurrentChannelChange()169 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onCurrentChannelChange()240 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand()242 mHandler.obtainMessage(MSG_SHOW_RECOMMENDATION).sendToTarget(); in onStartCommand()244 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand()262 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommenderReady()263 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onRecommenderReady()272 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommendationChanged()273 mHandler.sendEmptyMessage(MSG_SHOW_RECOMMENDATION); in onRecommendationChanged()[all …]