Searched refs:allowMediaRecommendations (Results 1 – 2 of 2) sorted by relevance
153 private var allowMediaRecommendations = Utils.allowMediaRecommendations(context) variable253 allowMediaRecommendations = Utils.allowMediaRecommendations(context) in onTuningChanged()254 if (!allowMediaRecommendations) { in onTuningChanged()717 if (!allowMediaRecommendations) { in onSmartspaceTargetsUpdated()
157 public static boolean allowMediaRecommendations(Context context) { in allowMediaRecommendations() method in Utils