Searched refs:mRecommendationType (Results 1 – 1 of 1) sorted by relevance
105 private final String mRecommendationType; field in NotificationService122 mRecommendationType = TYPE_ROUTINE_WATCH_AND_FAVORITE_CHANNEL_RECOMMENDATION; in NotificationService()176 if (TYPE_RANDOM_RECOMMENDATION.equals(mRecommendationType)) { in handleInitializeRecommender()178 } else if (TYPE_ROUTINE_WATCH_RECOMMENDATION.equals(mRecommendationType)) { in handleInitializeRecommender()181 mRecommendationType)) { in handleInitializeRecommender()186 "Undefined recommendation type: " + mRecommendationType); in handleInitializeRecommender()438 intent.putExtra(TUNE_PARAMS_RECOMMENDATION_TYPE, mRecommendationType); in sendNotification()