Searched refs:mRecommendationType (Results 1 – 1 of 1) sorted by relevance
103 private final String mRecommendationType; field in NotificationService120 mRecommendationType = TYPE_ROUTINE_WATCH_AND_FAVORITE_CHANNEL_RECOMMENDATION; in NotificationService()174 if (TYPE_RANDOM_RECOMMENDATION.equals(mRecommendationType)) { in handleInitializeRecommender()176 } else if (TYPE_ROUTINE_WATCH_RECOMMENDATION.equals(mRecommendationType)) { in handleInitializeRecommender()179 mRecommendationType)) { in handleInitializeRecommender()184 "Undefined recommendation type: " + mRecommendationType); in handleInitializeRecommender()436 intent.putExtra(TUNE_PARAMS_RECOMMENDATION_TYPE, mRecommendationType); in sendNotification()