Searched refs:areRecommendationsValid (Results 1 – 4 of 4) sorted by relevance
91 areRecommendationsValid = true, in addRecommendation_smartspaceMediaDataUpdate()128 assertThat(recommendations?.areRecommendationsValid).isTrue() in addInvalidRecommendation()131 assertThat(recommendations?.areRecommendationsValid).isFalse() in addInvalidRecommendation()
33 val areRecommendationsValid: Boolean = false, constant in com.android.systemui.media.controls.shared.model.MediaRecommendationsModel
132 areRecommendationsValid = isValid(), in toRecommendationsModel()
123 if (!model.areRecommendationsValid) { in <lambda>()